@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for the list Domain Association request.
| Constructor and Description |
|---|
ListDomainAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<DomainAssociation> |
getDomainAssociations()
List of Domain Associations.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setDomainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainAssociationsResult |
withDomainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
|
ListDomainAssociationsResult |
withDomainAssociations(DomainAssociation... domainAssociations)
List of Domain Associations.
|
ListDomainAssociationsResult |
withNextToken(String nextToken)
Pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DomainAssociation> getDomainAssociations()
List of Domain Associations.
public void setDomainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
domainAssociations - List of Domain Associations.public ListDomainAssociationsResult withDomainAssociations(DomainAssociation... domainAssociations)
List of Domain Associations.
NOTE: This method appends the values to the existing list (if any). Use
setDomainAssociations(java.util.Collection) or withDomainAssociations(java.util.Collection) if
you want to override the existing values.
domainAssociations - List of Domain Associations.public ListDomainAssociationsResult withDomainAssociations(Collection<DomainAssociation> domainAssociations)
List of Domain Associations.
domainAssociations - List of Domain Associations.public void setNextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.public String getNextToken()
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
public ListDomainAssociationsResult withNextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.public String toString()
toString in class ObjectObject.toString()public ListDomainAssociationsResult clone()
Copyright © 2020. All rights reserved.