|
||||||||||
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
Volume Recovery Point Info
Constructor Summary | |
---|---|
VolumeRecoveryPointInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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 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()
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 |