Class UpdateSnapshotScheduleResult
java.lang.Object
com.amazonaws.services.storagegateway.model.UpdateSnapshotScheduleResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the of the updated storage volume.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setVolumeARN
(String volumeARN) toString()
Returns a string representation of this object; useful for testing and debugging.withVolumeARN
(String volumeARN)
-
Constructor Details
-
UpdateSnapshotScheduleResult
public UpdateSnapshotScheduleResult()
-
-
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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-