@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 update 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 update for this Microsoft Windows file system.
|
String |
toString()
Returns a string representation of this object.
|
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 update 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, withSdkRequestTimeout
public 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 update for this Microsoft Windows file system. The only supported options are for backup and maintenance and for self-managed Active Directory configuration.
windowsConfiguration
- The configuration update for this Microsoft Windows file system. The only supported options are for backup
and maintenance and for self-managed Active Directory configuration.public UpdateFileSystemWindowsConfiguration getWindowsConfiguration()
The configuration update for this Microsoft Windows file system. The only supported options are for backup and maintenance and for self-managed Active Directory configuration.
public UpdateFileSystemRequest withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration update for this Microsoft Windows file system. The only supported options are for backup and maintenance and for self-managed Active Directory configuration.
windowsConfiguration
- The configuration update for this Microsoft Windows file system. The only supported options are for backup
and maintenance and for self-managed Active Directory configuration.public void setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public UpdateFileSystemLustreConfiguration getLustreConfiguration()
public UpdateFileSystemRequest withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.