public class VolumeRecoveryPointInfo extends Object implements Serializable
Constructor and Description |
---|
VolumeRecoveryPointInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVolumeARN()
Returns the value of the VolumeARN property for this object.
|
String |
getVolumeRecoveryPointTime()
Returns the value of the VolumeRecoveryPointTime property for this
object.
|
Long |
getVolumeSizeInBytes()
Returns the value of the VolumeSizeInBytes property for this object.
|
Long |
getVolumeUsageInBytes()
Returns the value of the VolumeUsageInBytes property for this object.
|
int |
hashCode() |
void |
setVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
void |
setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
Sets the value of the VolumeRecoveryPointTime property for this
object.
|
void |
setVolumeSizeInBytes(Long volumeSizeInBytes)
Sets the value of the VolumeSizeInBytes property for this object.
|
void |
setVolumeUsageInBytes(Long volumeUsageInBytes)
Sets the value of the VolumeUsageInBytes property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeRecoveryPointInfo |
withVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
VolumeRecoveryPointInfo |
withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
Sets the value of the VolumeRecoveryPointTime property for this
object.
|
VolumeRecoveryPointInfo |
withVolumeSizeInBytes(Long volumeSizeInBytes)
Sets the value of the VolumeSizeInBytes property for this object.
|
VolumeRecoveryPointInfo |
withVolumeUsageInBytes(Long volumeUsageInBytes)
Sets the value of the VolumeUsageInBytes property for this object.
|
public String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The new value for the VolumeARN property for this object.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 new value for the VolumeARN property for this object.public Long getVolumeSizeInBytes()
public void setVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- The new value for the VolumeSizeInBytes property for this object.public VolumeRecoveryPointInfo withVolumeSizeInBytes(Long volumeSizeInBytes)
Returns a reference to this object so that method calls can be chained together.
volumeSizeInBytes
- The new value for the VolumeSizeInBytes property for this object.public Long getVolumeUsageInBytes()
public void setVolumeUsageInBytes(Long volumeUsageInBytes)
volumeUsageInBytes
- The new value for the VolumeUsageInBytes property for this object.public VolumeRecoveryPointInfo withVolumeUsageInBytes(Long volumeUsageInBytes)
Returns a reference to this object so that method calls can be chained together.
volumeUsageInBytes
- The new value for the VolumeUsageInBytes property for this object.public String getVolumeRecoveryPointTime()
public void setVolumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime
- The new value for the VolumeRecoveryPointTime property for this
object.public VolumeRecoveryPointInfo withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointTime
- The new value for the VolumeRecoveryPointTime property for this
object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.