@Generated(value="software.amazon.awssdk:codegen") public final class PersistentStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersistentStorage.Builder,PersistentStorage>
Information about the persistent storage for a Dev Environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersistentStorage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PersistentStorage.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 PersistentStorage.Builder> |
serializableBuilderClass() |
Integer |
sizeInGiB()
The size of the persistent storage in gigabytes (specifically GiB).
|
PersistentStorage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer sizeInGiB()
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
public PersistentStorage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PersistentStorage.Builder,PersistentStorage>public static PersistentStorage.Builder builder()
public static Class<? extends PersistentStorage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.