@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()