@Generated(value="software.amazon.awssdk:codegen") public final class VolumeRecoveryPointInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeRecoveryPointInfo.Builder,VolumeRecoveryPointInfo>
Describes a storage volume recovery point object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeRecoveryPointInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeRecoveryPointInfo.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 VolumeRecoveryPointInfo.Builder> |
serializableBuilderClass() |
VolumeRecoveryPointInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeARN()
The Amazon Resource Name (ARN) of the volume target.
|
String |
volumeRecoveryPointTime()
The time the recovery point was taken.
|
Long |
volumeSizeInBytes()
The size of the volume in bytes.
|
Long |
volumeUsageInBytes()
The size of the data stored on the volume in bytes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String volumeARN()
The Amazon Resource Name (ARN) of the volume target.
public final Long volumeSizeInBytes()
The size of the volume in bytes.
public final Long volumeUsageInBytes()
The size of the data stored on the volume in bytes.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
public final String volumeRecoveryPointTime()
The time the recovery point was taken.
public VolumeRecoveryPointInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeRecoveryPointInfo.Builder,VolumeRecoveryPointInfo>public static VolumeRecoveryPointInfo.Builder builder()
public static Class<? extends VolumeRecoveryPointInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.