@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStorageResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageResult |
clone() |
boolean |
equals(Object obj) |
Double |
getTotalBackupSizeInMegaBytes()
The total amount of storage currently used for snapshots.
|
Double |
getTotalProvisionedStorageInMegaBytes()
The total amount of storage currently provisioned.
|
int |
hashCode() |
void |
setTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.
|
void |
setTotalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageResult |
withTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.
|
DescribeStorageResult |
withTotalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.
totalBackupSizeInMegaBytes
- The total amount of storage currently used for snapshots.public Double getTotalBackupSizeInMegaBytes()
The total amount of storage currently used for snapshots.
public DescribeStorageResult withTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total amount of storage currently used for snapshots.
totalBackupSizeInMegaBytes
- The total amount of storage currently used for snapshots.public void setTotalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.
totalProvisionedStorageInMegaBytes
- The total amount of storage currently provisioned.public Double getTotalProvisionedStorageInMegaBytes()
The total amount of storage currently provisioned.
public DescribeStorageResult withTotalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)
The total amount of storage currently provisioned.
totalProvisionedStorageInMegaBytes
- The total amount of storage currently provisioned.public String toString()
toString
in class Object
Object.toString()
public DescribeStorageResult clone()