public class ModifyVolumeAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVolumeAttributeRequest>
Contains the parameters for ModifyVolumeAttribute.
NOOP| Constructor and Description | 
|---|
| ModifyVolumeAttributeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyVolumeAttributeRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| Boolean | getAutoEnableIO()
 Indicates whether the volume should be auto-enabled for I/O operations. | 
| Request<ModifyVolumeAttributeRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getVolumeId()
 The ID of the volume. | 
| int | hashCode() | 
| Boolean | isAutoEnableIO()
 Indicates whether the volume should be auto-enabled for I/O operations. | 
| void | setAutoEnableIO(Boolean autoEnableIO)
 Indicates whether the volume should be auto-enabled for I/O operations. | 
| void | setVolumeId(String volumeId)
 The ID of the volume. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ModifyVolumeAttributeRequest | withAutoEnableIO(Boolean autoEnableIO)
 Indicates whether the volume should be auto-enabled for I/O operations. | 
| ModifyVolumeAttributeRequest | withVolumeId(String volumeId)
 The ID of the volume. | 
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 ID of the volume.
volumeId - The ID of the volume.public String getVolumeId()
The ID of the volume.
public ModifyVolumeAttributeRequest withVolumeId(String volumeId)
The ID of the volume.
volumeId - The ID of the volume.public void setAutoEnableIO(Boolean autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
autoEnableIO - Indicates whether the volume should be auto-enabled for I/O
        operations.public Boolean getAutoEnableIO()
Indicates whether the volume should be auto-enabled for I/O operations.
public ModifyVolumeAttributeRequest withAutoEnableIO(Boolean autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
autoEnableIO - Indicates whether the volume should be auto-enabled for I/O
        operations.public Boolean isAutoEnableIO()
Indicates whether the volume should be auto-enabled for I/O operations.
public Request<ModifyVolumeAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyVolumeAttributeRequest>public String toString()
toString in class ObjectObject.toString()public ModifyVolumeAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.