public class VolumeRecoveryPointInfo extends Object implements Serializable
Lists information about the recovery points of a cached volume.
Constructor and Description |
---|
VolumeRecoveryPointInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
String |
getVolumeRecoveryPointTime()
The time of the recovery point.
|
Long |
getVolumeSizeInBytes()
The size, in bytes, of the volume to which the recovery point is
associated.
|
Long |
getVolumeUsageInBytes()
The size, in bytes, of the volume in use at the time of the recovery
point.
|
int |
hashCode() |
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
void |
setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time of the recovery point.
|
void |
setVolumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume to which the recovery point is
associated.
|
void |
setVolumeUsageInBytes(Long volumeUsageInBytes)
The size, in bytes, of the volume in use at the time of the recovery
point.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeRecoveryPointInfo |
withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
VolumeRecoveryPointInfo |
withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time of the recovery point.
|
VolumeRecoveryPointInfo |
withVolumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume to which the recovery point is
associated.
|
VolumeRecoveryPointInfo |
withVolumeUsageInBytes(Long volumeUsageInBytes)
The size, in bytes, of the volume in use at the time of the recovery
point.
|
public String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The Amazon Resource Name (ARN) of the volume associated with the
recovery point.public VolumeRecoveryPointInfo withVolumeARN(String volumeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
volumeARN
- The Amazon Resource Name (ARN) of the volume associated with the
recovery point.public Long getVolumeSizeInBytes()
public void setVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- The size, in bytes, of the volume to which the recovery point is
associated.public VolumeRecoveryPointInfo withVolumeSizeInBytes(Long volumeSizeInBytes)
Returns a reference to this object so that method calls can be chained together.
volumeSizeInBytes
- The size, in bytes, of the volume to which the recovery point is
associated.public Long getVolumeUsageInBytes()
public void setVolumeUsageInBytes(Long volumeUsageInBytes)
volumeUsageInBytes
- The size, in bytes, of the volume in use at the time of the recovery
point.public VolumeRecoveryPointInfo withVolumeUsageInBytes(Long volumeUsageInBytes)
Returns a reference to this object so that method calls can be chained together.
volumeUsageInBytes
- The size, in bytes, of the volume in use at the time of the recovery
point.public String getVolumeRecoveryPointTime()
public void setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime
- The time of the recovery point. The format of the time is in the
ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.public VolumeRecoveryPointInfo withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointTime
- The time of the recovery point. The format of the time is in the
ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.