public class ListDomainsResult extends Object implements Serializable
Constructor and Description |
---|
ListDomainsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getDomainNames()
A list of domain names that match the expression.
|
String |
getNextToken()
An opaque token indicating that there are more domains than the
specified
MaxNumberOfDomains still available. |
int |
hashCode() |
void |
setDomainNames(Collection<String> domainNames)
A list of domain names that match the expression.
|
void |
setNextToken(String nextToken)
An opaque token indicating that there are more domains than the
specified
MaxNumberOfDomains still available. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainsResult |
withDomainNames(Collection<String> domainNames)
A list of domain names that match the expression.
|
ListDomainsResult |
withDomainNames(String... domainNames)
A list of domain names that match the expression.
|
ListDomainsResult |
withNextToken(String nextToken)
An opaque token indicating that there are more domains than the
specified
MaxNumberOfDomains still available. |
public List<String> getDomainNames()
public void setDomainNames(Collection<String> domainNames)
domainNames
- A list of domain names that match the expression.public ListDomainsResult withDomainNames(String... domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames
- A list of domain names that match the expression.public ListDomainsResult withDomainNames(Collection<String> domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames
- A list of domain names that match the expression.public String getNextToken()
MaxNumberOfDomains
still available.MaxNumberOfDomains
still available.public void setNextToken(String nextToken)
MaxNumberOfDomains
still available.nextToken
- An opaque token indicating that there are more domains than the
specified MaxNumberOfDomains
still available.public ListDomainsResult withNextToken(String nextToken)
MaxNumberOfDomains
still available.
Returns a reference to this object so that method calls can be chained together.
nextToken
- An opaque token indicating that there are more domains than the
specified MaxNumberOfDomains
still available.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.