Class UpdateSnapshotScheduleResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.UpdateSnapshotScheduleResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class UpdateSnapshotScheduleResult extends Object implements Serializable, Cloneable
A JSON object containing the of the updated storage volume.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateSnapshotScheduleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSnapshotScheduleResult
clone()
boolean
equals(Object obj)
String
getVolumeARN()
int
hashCode()
void
setVolumeARN(String volumeARN)
String
toString()
Returns a string representation of this object; useful for testing and debugging.UpdateSnapshotScheduleResult
withVolumeARN(String volumeARN)
-
-
-
Method Detail
-
setVolumeARN
public void setVolumeARN(String volumeARN)
- Parameters:
volumeARN
-
-
getVolumeARN
public String getVolumeARN()
- Returns:
-
withVolumeARN
public UpdateSnapshotScheduleResult withVolumeARN(String volumeARN)
- Parameters:
volumeARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateSnapshotScheduleResult clone()
-
-