@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FpgaInfo extends Object implements Serializable, Cloneable
Describes the FPGAs for the instance type.
Constructor and Description |
---|
FpgaInfo() |
Modifier and Type | Method and Description |
---|---|
FpgaInfo |
clone() |
boolean |
equals(Object obj) |
List<FpgaDeviceInfo> |
getFpgas()
Describes the FPGAs for the instance type.
|
Integer |
getTotalFpgaMemoryInMiB()
The total memory of all FPGA accelerators for the instance type.
|
int |
hashCode() |
void |
setFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
void |
setTotalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
|
String |
toString()
Returns a string representation of this object.
|
FpgaInfo |
withFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo |
withFpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo |
withTotalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
|
public List<FpgaDeviceInfo> getFpgas()
Describes the FPGAs for the instance type.
public void setFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
fpgas
- Describes the FPGAs for the instance type.public FpgaInfo withFpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
NOTE: This method appends the values to the existing list (if any). Use
setFpgas(java.util.Collection)
or withFpgas(java.util.Collection)
if you want to override the
existing values.
fpgas
- Describes the FPGAs for the instance type.public FpgaInfo withFpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
fpgas
- Describes the FPGAs for the instance type.public void setTotalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
totalFpgaMemoryInMiB
- The total memory of all FPGA accelerators for the instance type.public Integer getTotalFpgaMemoryInMiB()
The total memory of all FPGA accelerators for the instance type.
public FpgaInfo withTotalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
totalFpgaMemoryInMiB
- The total memory of all FPGA accelerators for the instance type.public String toString()
toString
in class Object
Object.toString()