@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeConnectionAliasesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeConnectionAliasesResult | clone() | 
| boolean | equals(Object obj) | 
| List<ConnectionAlias> | getConnectionAliases()
 Information about the specified connection aliases. | 
| String | getNextToken()
 The token to use to retrieve the next page of results. | 
| int | hashCode() | 
| void | setConnectionAliases(Collection<ConnectionAlias> connectionAliases)
 Information about the specified connection aliases. | 
| void | setNextToken(String nextToken)
 The token to use to retrieve the next page of results. | 
| String | toString()Returns a string representation of this object. | 
| DescribeConnectionAliasesResult | withConnectionAliases(Collection<ConnectionAlias> connectionAliases)
 Information about the specified connection aliases. | 
| DescribeConnectionAliasesResult | withConnectionAliases(ConnectionAlias... connectionAliases)
 Information about the specified connection aliases. | 
| DescribeConnectionAliasesResult | withNextToken(String nextToken)
 The token to use to retrieve the next page of results. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ConnectionAlias> getConnectionAliases()
Information about the specified connection aliases.
public void setConnectionAliases(Collection<ConnectionAlias> connectionAliases)
Information about the specified connection aliases.
connectionAliases - Information about the specified connection aliases.public DescribeConnectionAliasesResult withConnectionAliases(ConnectionAlias... connectionAliases)
Information about the specified connection aliases.
 NOTE: This method appends the values to the existing list (if any). Use
 setConnectionAliases(java.util.Collection) or withConnectionAliases(java.util.Collection) if
 you want to override the existing values.
 
connectionAliases - Information about the specified connection aliases.public DescribeConnectionAliasesResult withConnectionAliases(Collection<ConnectionAlias> connectionAliases)
Information about the specified connection aliases.
connectionAliases - Information about the specified connection aliases.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
        to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public DescribeConnectionAliasesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
        to return.public String toString()
toString in class ObjectObject.toString()public DescribeConnectionAliasesResult clone()