@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VolumeRecoveryPointInfo extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.