public class EnableVolumeIORequest extends AmazonWebServiceRequest implements Serializable, 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.
| Constructor and Description |
|---|
EnableVolumeIORequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.