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