|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VolumeRecoveryPointInfo()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |