@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the UpdateFileSystem operation.
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 |
getClientRequestToken()
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
String |
getFileSystemId() |
UpdateFileSystemLustreConfiguration |
getLustreConfiguration() |
UpdateFileSystemWindowsConfiguration |
getWindowsConfiguration()
The configuration for this Microsoft Windows file system.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
void |
setFileSystemId(String fileSystemId) |
void |
setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
void |
setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFileSystemRequest |
withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId) |
UpdateFileSystemRequest |
withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
UpdateFileSystemRequest |
withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
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)
fileSystemId - public String getFileSystemId()
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
fileSystemId - public void setClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This
string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an
AWS SDK.public String getClientRequestToken()
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
public UpdateFileSystemRequest withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This
string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an
AWS SDK.public void setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system. The only supported options are for backup and maintenance.
windowsConfiguration - The configuration for this Microsoft Windows file system. The only supported options are for backup and
maintenance.public UpdateFileSystemWindowsConfiguration getWindowsConfiguration()
The configuration for this Microsoft Windows file system. The only supported options are for backup and maintenance.
public UpdateFileSystemRequest withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system. The only supported options are for backup and maintenance.
windowsConfiguration - The configuration for this Microsoft Windows file system. The only supported options are for backup and
maintenance.public void setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration - public UpdateFileSystemLustreConfiguration getLustreConfiguration()
public UpdateFileSystemRequest withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration - 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.