@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomDomainAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCustomDomainAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListCustomDomainAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<Association> |
getAssociations()
A list of Association objects.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAssociations(Collection<Association> associations)
A list of Association objects.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListCustomDomainAssociationsResult |
withAssociations(Association... associations)
A list of Association objects.
|
ListCustomDomainAssociationsResult |
withAssociations(Collection<Association> associations)
A list of Association objects.
|
ListCustomDomainAssociationsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Association> getAssociations()
A list of Association objects.
public void setAssociations(Collection<Association> associations)
A list of Association objects.
associations
- A list of Association objects.public ListCustomDomainAssociationsResult withAssociations(Association... associations)
A list of Association objects.
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection)
or withAssociations(java.util.Collection)
if you want to
override the existing values.
associations
- A list of Association objects.public ListCustomDomainAssociationsResult withAssociations(Collection<Association> associations)
A list of Association objects.
associations
- A list of Association objects.public void setNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListCustomDomainAssociationsResult withNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public ListCustomDomainAssociationsResult clone()