@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSnapshotScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the Amazon Resource Name (ARN) of the updated storage volume.
| Constructor and Description |
|---|
UpdateSnapshotScheduleResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume.
|
int |
hashCode() |
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSnapshotScheduleResult |
withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN - The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
gateway volumes.public String getVolumeARN()
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
public UpdateSnapshotScheduleResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN - The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
gateway volumes.public String toString()
toString in class ObjectObject.toString()public UpdateSnapshotScheduleResult clone()