@Generated(value="software.amazon.awssdk:codegen") public final class TotalLocalStorageGBRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>
The minimum and maximum amount of total local storage, in GB.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TotalLocalStorageGBRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TotalLocalStorageGBRequest.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 TotalLocalStorageGBRequest.Builder> |
serializableBuilderClass() |
TotalLocalStorageGBRequest.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. To specify no minimum limit, omit this parameter.
public final Double max()
The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
public TotalLocalStorageGBRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>public static TotalLocalStorageGBRequest.Builder builder()
public static Class<? extends TotalLocalStorageGBRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.