@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateFileSystemAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.
NOOP
Constructor and Description |
---|
DisassociateFileSystemAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateFileSystemAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAliases()
An array of one or more DNS alias names to disassociate, or remove, from the file system.
|
String |
getClientRequestToken() |
String |
getFileSystemId()
Specifies the file system from which to disassociate the DNS aliases.
|
int |
hashCode() |
void |
setAliases(Collection<String> aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
|
void |
setClientRequestToken(String clientRequestToken) |
void |
setFileSystemId(String fileSystemId)
Specifies the file system from which to disassociate the DNS aliases.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateFileSystemAliasesRequest |
withAliases(Collection<String> aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
|
DisassociateFileSystemAliasesRequest |
withAliases(String... aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
|
DisassociateFileSystemAliasesRequest |
withClientRequestToken(String clientRequestToken) |
DisassociateFileSystemAliasesRequest |
withFileSystemId(String fileSystemId)
Specifies the file system from which to disassociate the DNS aliases.
|
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 DisassociateFileSystemAliasesRequest()
public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public DisassociateFileSystemAliasesRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setFileSystemId(String fileSystemId)
Specifies the file system from which to disassociate the DNS aliases.
fileSystemId
- Specifies the file system from which to disassociate the DNS aliases.public String getFileSystemId()
Specifies the file system from which to disassociate the DNS aliases.
public DisassociateFileSystemAliasesRequest withFileSystemId(String fileSystemId)
Specifies the file system from which to disassociate the DNS aliases.
fileSystemId
- Specifies the file system from which to disassociate the DNS aliases.public List<String> getAliases()
An array of one or more DNS alias names to disassociate, or remove, from the file system.
public void setAliases(Collection<String> aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
aliases
- An array of one or more DNS alias names to disassociate, or remove, from the file system.public DisassociateFileSystemAliasesRequest withAliases(String... aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
NOTE: This method appends the values to the existing list (if any). Use
setAliases(java.util.Collection)
or withAliases(java.util.Collection)
if you want to override
the existing values.
aliases
- An array of one or more DNS alias names to disassociate, or remove, from the file system.public DisassociateFileSystemAliasesRequest withAliases(Collection<String> aliases)
An array of one or more DNS alias names to disassociate, or remove, from the file system.
aliases
- An array of one or more DNS alias names to disassociate, or remove, from the file system.public String toString()
toString
in class Object
Object.toString()
public DisassociateFileSystemAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()