@Generated(value="software.amazon.awssdk:codegen") public final class MemoryInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemoryInfo.Builder,MemoryInfo>
Describes the memory for the instance type.
Modifier and Type | Class and Description |
---|---|
static interface |
MemoryInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static MemoryInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemoryInfo.Builder> |
serializableBuilderClass() |
Long |
sizeInMiB()
The size of the memory, in MiB.
|
MemoryInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long sizeInMiB()
The size of the memory, in MiB.
public MemoryInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MemoryInfo.Builder,MemoryInfo>
public static MemoryInfo.Builder builder()
public static Class<? extends MemoryInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.