@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() |
String |
getName()
The name of the OpenZFS volume.
|
UpdateOntapVolumeConfiguration |
getOntapConfiguration()
The configuration of the ONTAP volume that you are updating.
|
UpdateOpenZFSVolumeConfiguration |
getOpenZFSConfiguration()
The configuration of the OpenZFS volume that you are updating.
|
String |
getVolumeId()
The ID of the volume that you want to update, in the format
fsvol-0123456789abcdef0 . |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setName(String name)
The name of the OpenZFS volume.
|
void |
setOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
void |
setOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
void |
setVolumeId(String volumeId)
The ID of the volume that you want to update, in the format
fsvol-0123456789abcdef0 . |
String |
toString()
Returns a string representation of this object.
|
UpdateVolumeRequest |
withClientRequestToken(String clientRequestToken) |
UpdateVolumeRequest |
withName(String name)
The name of the OpenZFS volume.
|
UpdateVolumeRequest |
withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
UpdateVolumeRequest |
withOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
|
UpdateVolumeRequest |
withVolumeId(String volumeId)
The ID of the volume that you want to update, in the format
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)
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.
volumeId
- The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.public String getVolumeId()
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.
fsvol-0123456789abcdef0
.public UpdateVolumeRequest withVolumeId(String volumeId)
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.
volumeId
- The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.public void setOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
ontapConfiguration
- The configuration of the ONTAP volume that you are updating.public UpdateOntapVolumeConfiguration getOntapConfiguration()
The configuration of the ONTAP volume that you are updating.
public UpdateVolumeRequest withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
ontapConfiguration
- The configuration of the ONTAP volume that you are updating.public void setName(String name)
The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
. Child volume names
must be unique among their parent volume's children. The name of the volume is part of the mount string for the
OpenZFS volume.
name
- The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
. Child
volume names must be unique among their parent volume's children. The name of the volume is part of the
mount string for the OpenZFS volume.public String getName()
The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
. Child volume names
must be unique among their parent volume's children. The name of the volume is part of the mount string for the
OpenZFS volume.
FSX
. Child
volume names must be unique among their parent volume's children. The name of the volume is part of the
mount string for the OpenZFS volume.public UpdateVolumeRequest withName(String name)
The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
. Child volume names
must be unique among their parent volume's children. The name of the volume is part of the mount string for the
OpenZFS volume.
name
- The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
. Child
volume names must be unique among their parent volume's children. The name of the volume is part of the
mount string for the OpenZFS volume.public void setOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
openZFSConfiguration
- The configuration of the OpenZFS volume that you are updating.public UpdateOpenZFSVolumeConfiguration getOpenZFSConfiguration()
The configuration of the OpenZFS volume that you are updating.
public UpdateVolumeRequest withOpenZFSConfiguration(UpdateOpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of the OpenZFS volume that you are updating.
openZFSConfiguration
- The configuration of the OpenZFS volume that you are updating.public String toString()
toString
in class Object
Object.toString()
public UpdateVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()