@Generated(value="software.amazon.awssdk:codegen") public final class StorageTypeLimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageTypeLimit.Builder,StorageTypeLimit>
Limits that are applicable for given storage type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageTypeLimit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StorageTypeLimit.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLimitValues()
Returns true if the LimitValues property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
limitName()
Name of storage limits that are applicable for given storage type.
|
List<String> |
limitValues()
Values for the
StorageTypeLimit$LimitName . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageTypeLimit.Builder> |
serializableBuilderClass() |
StorageTypeLimit.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String limitName()
Name of storage limits that are applicable for given storage type. If StorageType is ebs,
following storage options are applicable
StorageType
is ebs, following storage options are applicable
public final boolean hasLimitValues()
public final List<String> limitValues()
Values for the StorageTypeLimit$LimitName .
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLimitValues() to see if a value was sent in this field.
StorageTypeLimit$LimitName .public StorageTypeLimit.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageTypeLimit.Builder,StorageTypeLimit>public static StorageTypeLimit.Builder builder()
public static Class<? extends StorageTypeLimit.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.