@Generated(value="software.amazon.awssdk:codegen") public final class TotalLocalStorageGB extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalLocalStorageGB.Builder,TotalLocalStorageGB>
The minimum and maximum amount of total local storage, in GB.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TotalLocalStorageGB.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TotalLocalStorageGB.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 total local storage, in GB.
|
Double |
min()
The minimum amount of total local storage, in GB.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TotalLocalStorageGB.Builder> |
serializableBuilderClass() |
TotalLocalStorageGB.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double min()
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.
public final Double max()
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
public TotalLocalStorageGB.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TotalLocalStorageGB.Builder,TotalLocalStorageGB>public static TotalLocalStorageGB.Builder builder()
public static Class<? extends TotalLocalStorageGB.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.