public class VolumeRecoveryPointInfo extends Object implements Serializable, Cloneable
Constructor and Description |
---|
VolumeRecoveryPointInfo() |
Modifier and Type | Method and Description |
---|---|
VolumeRecoveryPointInfo |
clone() |
boolean |
equals(Object obj) |
String |
getVolumeARN() |
String |
getVolumeRecoveryPointTime() |
Long |
getVolumeSizeInBytes() |
Long |
getVolumeUsageInBytes() |
int |
hashCode() |
void |
setVolumeARN(String volumeARN) |
void |
setVolumeRecoveryPointTime(String volumeRecoveryPointTime) |
void |
setVolumeSizeInBytes(Long volumeSizeInBytes) |
void |
setVolumeUsageInBytes(Long volumeUsageInBytes) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VolumeRecoveryPointInfo |
withVolumeARN(String volumeARN) |
VolumeRecoveryPointInfo |
withVolumeRecoveryPointTime(String volumeRecoveryPointTime) |
VolumeRecoveryPointInfo |
withVolumeSizeInBytes(Long volumeSizeInBytes) |
VolumeRecoveryPointInfo |
withVolumeUsageInBytes(Long volumeUsageInBytes) |
public void setVolumeARN(String volumeARN)
volumeARN
- public String getVolumeARN()
public VolumeRecoveryPointInfo withVolumeARN(String volumeARN)
volumeARN
- public void setVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- public Long getVolumeSizeInBytes()
public VolumeRecoveryPointInfo withVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- public void setVolumeUsageInBytes(Long volumeUsageInBytes)
volumeUsageInBytes
- public Long getVolumeUsageInBytes()
public VolumeRecoveryPointInfo withVolumeUsageInBytes(Long volumeUsageInBytes)
volumeUsageInBytes
- public void setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime
- public String getVolumeRecoveryPointTime()
public VolumeRecoveryPointInfo withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime
- public String toString()
toString
in class Object
Object.toString()
public VolumeRecoveryPointInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.