@Generated(value="software.amazon.awssdk:codegen") public final class MemoryGiBPerVCpu extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemoryGiBPerVCpu.Builder,MemoryGiBPerVCpu>
The minimum and maximum amount of memory per vCPU, in GiB.
Modifier and Type | Class and Description |
---|---|
static interface |
MemoryGiBPerVCpu.Builder |
Modifier and Type | Method and Description |
---|---|
static MemoryGiBPerVCpu.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
max()
The maximum amount of memory per vCPU, in GiB.
|
Double |
min()
The minimum amount of memory per vCPU, in GiB.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemoryGiBPerVCpu.Builder> |
serializableBuilderClass() |
MemoryGiBPerVCpu.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Double min()
The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.
public final Double max()
The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum limit.
public MemoryGiBPerVCpu.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MemoryGiBPerVCpu.Builder,MemoryGiBPerVCpu>
public static MemoryGiBPerVCpu.Builder builder()
public static Class<? extends MemoryGiBPerVCpu.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.