@Generated(value="software.amazon.awssdk:codegen") public final class StorageRuleType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageRuleType.Builder,StorageRuleType>
Describes the storage for a user.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageRuleType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StorageRuleType.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 StorageRuleType.Builder> |
serializableBuilderClass() |
Long |
storageAllocatedInBytes()
The amount of storage allocated, in bytes.
|
StorageType |
storageType()
The type of storage.
|
String |
storageTypeAsString()
The type of storage.
|
StorageRuleType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long storageAllocatedInBytes()
The amount of storage allocated, in bytes.
public final StorageType storageType()
The type of storage.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
StorageTypepublic final String storageTypeAsString()
The type of storage.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
StorageTypepublic StorageRuleType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageRuleType.Builder,StorageRuleType>public static StorageRuleType.Builder builder()
public static Class<? extends StorageRuleType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.