@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableVolumeIORequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<EnableVolumeIORequest>
NOOP| Constructor and Description | 
|---|
| EnableVolumeIORequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnableVolumeIORequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<EnableVolumeIORequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getVolumeId()
 The ID of the volume. | 
| int | hashCode() | 
| void | setVolumeId(String volumeId)
 The ID of the volume. | 
| String | toString()Returns a string representation of this object. | 
| EnableVolumeIORequest | withVolumeId(String volumeId)
 The ID of the volume. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setVolumeId(String volumeId)
The ID of the volume.
volumeId - The ID of the volume.public String getVolumeId()
The ID of the volume.
public EnableVolumeIORequest withVolumeId(String volumeId)
The ID of the volume.
volumeId - The ID of the volume.public Request<EnableVolumeIORequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<EnableVolumeIORequest>public String toString()
toString in class ObjectObject.toString()public EnableVolumeIORequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()