public class VolumeRecoveryPointInfo
extends java.lang.Object
implements java.io.Serializable
Lists information about the recovery points of a cached volume.
| コンストラクタと説明 |
|---|
VolumeRecoveryPointInfo() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
java.lang.String |
getVolumeRecoveryPointTime()
The time of the recovery point.
|
java.lang.Long |
getVolumeSizeInBytes()
The size, in bytes, of the volume to which the recovery point is
associated.
|
java.lang.Long |
getVolumeUsageInBytes()
The size, in bytes, of the volume in use at the time of the recovery
point.
|
int |
hashCode() |
void |
setVolumeARN(java.lang.String volumeARN)
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
void |
setVolumeRecoveryPointTime(java.lang.String volumeRecoveryPointTime)
The time of the recovery point.
|
void |
setVolumeSizeInBytes(java.lang.Long volumeSizeInBytes)
The size, in bytes, of the volume to which the recovery point is
associated.
|
void |
setVolumeUsageInBytes(java.lang.Long volumeUsageInBytes)
The size, in bytes, of the volume in use at the time of the recovery
point.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeRecoveryPointInfo |
withVolumeARN(java.lang.String volumeARN)
The Amazon Resource Name (ARN) of the volume associated with the
recovery point.
|
VolumeRecoveryPointInfo |
withVolumeRecoveryPointTime(java.lang.String volumeRecoveryPointTime)
The time of the recovery point.
|
VolumeRecoveryPointInfo |
withVolumeSizeInBytes(java.lang.Long volumeSizeInBytes)
The size, in bytes, of the volume to which the recovery point is
associated.
|
VolumeRecoveryPointInfo |
withVolumeUsageInBytes(java.lang.Long volumeUsageInBytes)
The size, in bytes, of the volume in use at the time of the recovery
point.
|
public java.lang.String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(java.lang.String volumeARN)
Constraints:
Length: 50 - 500
volumeARN - The Amazon Resource Name (ARN) of the volume associated with the
recovery point.public VolumeRecoveryPointInfo withVolumeARN(java.lang.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 java.lang.Long getVolumeSizeInBytes()
public void setVolumeSizeInBytes(java.lang.Long volumeSizeInBytes)
volumeSizeInBytes - The size, in bytes, of the volume to which the recovery point is
associated.public VolumeRecoveryPointInfo withVolumeSizeInBytes(java.lang.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 java.lang.Long getVolumeUsageInBytes()
public void setVolumeUsageInBytes(java.lang.Long volumeUsageInBytes)
volumeUsageInBytes - The size, in bytes, of the volume in use at the time of the recovery
point.public VolumeRecoveryPointInfo withVolumeUsageInBytes(java.lang.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 java.lang.String getVolumeRecoveryPointTime()
public void setVolumeRecoveryPointTime(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object