@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDomainsResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainsResult |
clone() |
boolean |
equals(Object obj) |
List<Domain> |
getDomains()
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
String |
getNextPageToken()
A token used for advancing to the next page of results from your get active names request.
|
int |
hashCode() |
void |
setDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainsResult |
withDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
GetDomainsResult |
withDomains(Domain... domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
|
GetDomainsResult |
withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Domain> getDomains()
An array of key-value pairs containing information about each of the domain entries in the user's account.
public void setDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
domains
- An array of key-value pairs containing information about each of the domain entries in the user's account.public GetDomainsResult withDomains(Domain... domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
NOTE: This method appends the values to the existing list (if any). Use
setDomains(java.util.Collection)
or withDomains(java.util.Collection)
if you want to override
the existing values.
domains
- An array of key-value pairs containing information about each of the domain entries in the user's account.public GetDomainsResult withDomains(Collection<Domain> domains)
An array of key-value pairs containing information about each of the domain entries in the user's account.
domains
- An array of key-value pairs containing information about each of the domain entries in the user's account.public void setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String getNextPageToken()
A token used for advancing to the next page of results from your get active names request.
public GetDomainsResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
nextPageToken
- A token used for advancing to the next page of results from your get active names request.public String toString()
toString
in class Object
Object.toString()
public GetDomainsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.