|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.storagegateway.model.VolumeRecoveryPointInfo
public class VolumeRecoveryPointInfo
Lists information about the recovery points of a cached volume.
| Constructor Summary | |
|---|---|
VolumeRecoveryPointInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolumeRecoveryPointInfo()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||