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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public EnableVolumeIORequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.