@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateFileSystemRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system that you want to update.
|
Double |
getProvisionedThroughputInMibps()
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
String |
getThroughputMode()
(Optional) The throughput mode that you want your file system to use.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
void |
setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
void |
setThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
|
UpdateFileSystemRequest |
withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system.
|
UpdateFileSystemRequest |
withThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
UpdateFileSystemRequest |
withThroughputMode(ThroughputMode throughputMode)
(Optional) The throughput mode that you want your file system to use.
|
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, withSdkRequestTimeoutpublic void setFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId - The ID of the file system that you want to update.public String getFileSystemId()
The ID of the file system that you want to update.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
The ID of the file system that you want to update.
fileSystemId - The ID of the file system that you want to update.public void setThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
throughputMode - (Optional) The throughput mode that you want your file system to use. If you're not updating your
throughput mode, you don't need to provide this value in your request.ThroughputModepublic String getThroughputMode()
(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
ThroughputModepublic UpdateFileSystemRequest withThroughputMode(String throughputMode)
(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
throughputMode - (Optional) The throughput mode that you want your file system to use. If you're not updating your
throughput mode, you don't need to provide this value in your request.ThroughputModepublic UpdateFileSystemRequest withThroughputMode(ThroughputMode throughputMode)
(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.
throughputMode - (Optional) The throughput mode that you want your file system to use. If you're not updating your
throughput mode, you don't need to provide this value in your request.ThroughputModepublic void setProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're not updating the amount of provisioned throughput for your file system, you don't need to provide this value in your request.
provisionedThroughputInMibps - (Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're
not updating the amount of provisioned throughput for your file system, you don't need to provide this
value in your request.public Double getProvisionedThroughputInMibps()
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're not updating the amount of provisioned throughput for your file system, you don't need to provide this value in your request.
public UpdateFileSystemRequest withProvisionedThroughputInMibps(Double provisionedThroughputInMibps)
(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're not updating the amount of provisioned throughput for your file system, you don't need to provide this value in your request.
provisionedThroughputInMibps - (Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're
not updating the amount of provisioned throughput for your file system, you don't need to provide this
value in your request.public String toString()
toString in class ObjectObject.toString()public UpdateFileSystemRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.