public class EnableVolumeIORequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<EnableVolumeIORequest>
EnableVolumeIO operation.
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
NOOP| Constructor and Description |
|---|
EnableVolumeIORequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableVolumeIORequest |
clone()
Creates a shallow clone of this request.
|
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; useful for testing and
debugging.
|
EnableVolumeIORequest |
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 String getVolumeId()
public void setVolumeId(String volumeId)
volumeId - The ID of the volume.public EnableVolumeIORequest withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together.
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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.