@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateVolumeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVolumeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
UpdateOntapVolumeConfiguration |
getOntapConfiguration()
The
ONTAP configuration of the volume you are updating. |
String |
getVolumeId()
Specifies the volume that you want to update, formatted
fsvol-0123456789abcdef0. |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The
ONTAP configuration of the volume you are updating. |
void |
setVolumeId(String volumeId)
Specifies the volume that you want to update, formatted
fsvol-0123456789abcdef0. |
String |
toString()
Returns a string representation of this object.
|
UpdateVolumeRequest |
withClientRequestToken(String clientRequestToken) |
UpdateVolumeRequest |
withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The
ONTAP configuration of the volume you are updating. |
UpdateVolumeRequest |
withVolumeId(String volumeId)
Specifies the volume that you want to update, formatted
fsvol-0123456789abcdef0. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setClientRequestToken(String clientRequestToken)
clientRequestToken - public String getClientRequestToken()
public UpdateVolumeRequest withClientRequestToken(String clientRequestToken)
clientRequestToken - public void setVolumeId(String volumeId)
Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.
volumeId - Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.public String getVolumeId()
Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.
fsvol-0123456789abcdef0.public UpdateVolumeRequest withVolumeId(String volumeId)
Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.
volumeId - Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.public void setOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The ONTAP configuration of the volume you are updating.
ontapConfiguration - The ONTAP configuration of the volume you are updating.public UpdateOntapVolumeConfiguration getOntapConfiguration()
The ONTAP configuration of the volume you are updating.
ONTAP configuration of the volume you are updating.public UpdateVolumeRequest withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The ONTAP configuration of the volume you are updating.
ontapConfiguration - The ONTAP configuration of the volume you are updating.public String toString()
toString in class ObjectObject.toString()public UpdateVolumeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.