@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStorageResponse extends RedshiftResponse implements ToCopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStorageResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStorageResponse.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 DescribeStorageResponse.Builder> |
serializableBuilderClass() |
DescribeStorageResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
totalBackupSizeInMegaBytes()
The total amount of storage currently used for snapshots.
|
Double |
totalProvisionedStorageInMegaBytes()
The total amount of storage currently provisioned.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Double totalBackupSizeInMegaBytes()
The total amount of storage currently used for snapshots.
public Double totalProvisionedStorageInMegaBytes()
The total amount of storage currently provisioned.
public DescribeStorageResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>toBuilder in class AwsResponsepublic static DescribeStorageResponse.Builder builder()
public static Class<? extends DescribeStorageResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.