@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFileSystemAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuditDestinationARN()
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
CacheAttributes |
getCacheAttributes() |
String |
getFileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association that you want to update.
|
String |
getPassword()
The password of the user credential.
|
String |
getUserName()
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file
system.
|
int |
hashCode() |
void |
setAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
void |
setCacheAttributes(CacheAttributes cacheAttributes) |
void |
setFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
|
void |
setPassword(String password)
The password of the user credential.
|
void |
setUserName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file
system.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemAssociationRequest |
withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
UpdateFileSystemAssociationRequest |
withCacheAttributes(CacheAttributes cacheAttributes) |
UpdateFileSystemAssociationRequest |
withFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
|
UpdateFileSystemAssociationRequest |
withPassword(String password)
The password of the user credential.
|
UpdateFileSystemAssociationRequest |
withUserName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx 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 setFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
fileSystemAssociationARN
- The Amazon Resource Name (ARN) of the file system association that you want to update.public String getFileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association that you want to update.
public UpdateFileSystemAssociationRequest withFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
fileSystemAssociationARN
- The Amazon Resource Name (ARN) of the file system association that you want to update.public void setUserName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
userName
- The user name of the user credential that has permission to access the root share D$ of the Amazon FSx
file system. The user account must belong to the Amazon FSx delegated admin user group.public String getUserName()
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
public UpdateFileSystemAssociationRequest withUserName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
userName
- The user name of the user credential that has permission to access the root share D$ of the Amazon FSx
file system. The user account must belong to the Amazon FSx delegated admin user group.public void setPassword(String password)
The password of the user credential.
password
- The password of the user credential.public String getPassword()
The password of the user credential.
public UpdateFileSystemAssociationRequest withPassword(String password)
The password of the user credential.
password
- The password of the user credential.public void setAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
auditDestinationARN
- The Amazon Resource Name (ARN) of the storage used for the audit logs.public String getAuditDestinationARN()
The Amazon Resource Name (ARN) of the storage used for the audit logs.
public UpdateFileSystemAssociationRequest withAuditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
auditDestinationARN
- The Amazon Resource Name (ARN) of the storage used for the audit logs.public void setCacheAttributes(CacheAttributes cacheAttributes)
cacheAttributes
- public CacheAttributes getCacheAttributes()
public UpdateFileSystemAssociationRequest withCacheAttributes(CacheAttributes cacheAttributes)
cacheAttributes
- public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()