public class UpdateVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateVolumeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVolumeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMountPoint()
The new mount point.
|
String |
getName()
The new name.
|
String |
getVolumeId()
The volume ID.
|
int |
hashCode() |
void |
setMountPoint(String mountPoint)
The new mount point.
|
void |
setName(String name)
The new name.
|
void |
setVolumeId(String volumeId)
The volume ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateVolumeRequest |
withMountPoint(String mountPoint)
The new mount point.
|
UpdateVolumeRequest |
withName(String name)
The new name.
|
UpdateVolumeRequest |
withVolumeId(String volumeId)
The volume ID.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setVolumeId(String volumeId)
The volume ID.
volumeId - The volume ID.public String getVolumeId()
The volume ID.
public UpdateVolumeRequest withVolumeId(String volumeId)
The volume ID.
volumeId - The volume ID.public void setName(String name)
The new name.
name - The new name.public String getName()
The new name.
public UpdateVolumeRequest withName(String name)
The new name.
name - The new name.public void setMountPoint(String mountPoint)
The new mount point.
mountPoint - The new mount point.public String getMountPoint()
The new mount point.
public UpdateVolumeRequest withMountPoint(String mountPoint)
The new mount point.
mountPoint - The new mount point.public String toString()
toString in class ObjectObject.toString()public UpdateVolumeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.