@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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, withSdkRequestTimeout
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 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 Request<ModifyVolumeAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVolumeAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVolumeAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.