public class EnableVolumeIORequest extends AmazonWebServiceRequest implements java.io.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(java.lang.Object obj) |
Request<EnableVolumeIORequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getVolumeId()
The ID of the volume.
|
int |
hashCode() |
void |
setVolumeId(java.lang.String volumeId)
The ID of the volume.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableVolumeIORequest |
withVolumeId(java.lang.String volumeId)
The ID of the volume.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getVolumeId()
public void setVolumeId(java.lang.String volumeId)
volumeId - The ID of the volume.public EnableVolumeIORequest withVolumeId(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.