Class VolumeRecoveryPointInfo
java.lang.Object
com.amazonaws.services.storagegateway.model.VolumeRecoveryPointInfo
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetVolumeARN(String volumeARN) voidsetVolumeRecoveryPointTime(String volumeRecoveryPointTime) voidsetVolumeSizeInBytes(Long volumeSizeInBytes) voidsetVolumeUsageInBytes(Long volumeUsageInBytes) toString()Returns a string representation of this object; useful for testing and debugging.withVolumeARN(String volumeARN) withVolumeRecoveryPointTime(String volumeRecoveryPointTime) withVolumeSizeInBytes(Long volumeSizeInBytes) withVolumeUsageInBytes(Long volumeUsageInBytes)
-
Constructor Details
-
VolumeRecoveryPointInfo
public VolumeRecoveryPointInfo()
-
-
Method Details
-
setVolumeARN
- Parameters:
volumeARN-
-
getVolumeARN
- Returns:
-
withVolumeARN
- Parameters:
volumeARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeSizeInBytes
- Parameters:
volumeSizeInBytes-
-
getVolumeSizeInBytes
- Returns:
-
withVolumeSizeInBytes
- Parameters:
volumeSizeInBytes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeUsageInBytes
- Parameters:
volumeUsageInBytes-
-
getVolumeUsageInBytes
- Returns:
-
withVolumeUsageInBytes
- Parameters:
volumeUsageInBytes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeRecoveryPointTime
- Parameters:
volumeRecoveryPointTime-
-
getVolumeRecoveryPointTime
- Returns:
-
withVolumeRecoveryPointTime
- Parameters:
volumeRecoveryPointTime-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-