@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FpgaDeviceMemoryInfo extends Object implements Serializable, Cloneable
Describes the memory for the FPGA accelerator for the instance type.
Constructor and Description |
---|
FpgaDeviceMemoryInfo() |
Modifier and Type | Method and Description |
---|---|
FpgaDeviceMemoryInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getSizeInMiB()
The size (in MiB) for the memory available to the FPGA accelerator.
|
int |
hashCode() |
void |
setSizeInMiB(Integer sizeInMiB)
The size (in MiB) for the memory available to the FPGA accelerator.
|
String |
toString()
Returns a string representation of this object.
|
FpgaDeviceMemoryInfo |
withSizeInMiB(Integer sizeInMiB)
The size (in MiB) for the memory available to the FPGA accelerator.
|
public void setSizeInMiB(Integer sizeInMiB)
The size (in MiB) for the memory available to the FPGA accelerator.
sizeInMiB
- The size (in MiB) for the memory available to the FPGA accelerator.public Integer getSizeInMiB()
The size (in MiB) for the memory available to the FPGA accelerator.
public FpgaDeviceMemoryInfo withSizeInMiB(Integer sizeInMiB)
The size (in MiB) for the memory available to the FPGA accelerator.
sizeInMiB
- The size (in MiB) for the memory available to the FPGA accelerator.public String toString()
toString
in class Object
Object.toString()
public FpgaDeviceMemoryInfo clone()