@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFileSystemAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response object for DescribeFileSystemAliases
operation.
Constructor and Description |
---|
DescribeFileSystemAliasesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemAliasesResult |
clone() |
boolean |
equals(Object obj) |
List<Alias> |
getAliases()
An array of one or more DNS aliases currently associated with the specified file system.
|
String |
getNextToken()
Present if there are more DNS aliases than returned in the response (String).
|
int |
hashCode() |
void |
setAliases(Collection<Alias> aliases)
An array of one or more DNS aliases currently associated with the specified file system.
|
void |
setNextToken(String nextToken)
Present if there are more DNS aliases than returned in the response (String).
|
String |
toString()
Returns a string representation of this object.
|
DescribeFileSystemAliasesResult |
withAliases(Alias... aliases)
An array of one or more DNS aliases currently associated with the specified file system.
|
DescribeFileSystemAliasesResult |
withAliases(Collection<Alias> aliases)
An array of one or more DNS aliases currently associated with the specified file system.
|
DescribeFileSystemAliasesResult |
withNextToken(String nextToken)
Present if there are more DNS aliases than returned in the response (String).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Alias> getAliases()
An array of one or more DNS aliases currently associated with the specified file system.
public void setAliases(Collection<Alias> aliases)
An array of one or more DNS aliases currently associated with the specified file system.
aliases
- An array of one or more DNS aliases currently associated with the specified file system.public DescribeFileSystemAliasesResult withAliases(Alias... aliases)
An array of one or more DNS aliases currently associated with the specified 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 aliases currently associated with the specified file system.public DescribeFileSystemAliasesResult withAliases(Collection<Alias> aliases)
An array of one or more DNS aliases currently associated with the specified file system.
aliases
- An array of one or more DNS aliases currently associated with the specified file system.public void setNextToken(String nextToken)
Present if there are more DNS aliases than returned in the response (String). You can use the
NextToken
value in a later request to fetch additional descriptions.
nextToken
- Present if there are more DNS aliases than returned in the response (String). You can use the
NextToken
value in a later request to fetch additional descriptions.public String getNextToken()
Present if there are more DNS aliases than returned in the response (String). You can use the
NextToken
value in a later request to fetch additional descriptions.
NextToken
value in a later request to fetch additional descriptions.public DescribeFileSystemAliasesResult withNextToken(String nextToken)
Present if there are more DNS aliases than returned in the response (String). You can use the
NextToken
value in a later request to fetch additional descriptions.
nextToken
- Present if there are more DNS aliases than returned in the response (String). You can use the
NextToken
value in a later request to fetch additional descriptions.public String toString()
toString
in class Object
Object.toString()
public DescribeFileSystemAliasesResult clone()