public class ListDomainsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListDomainsResult() |
Modifier and Type | Method and Description |
---|---|
ListDomainsResult |
clone() |
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)
NOTE: This method appends the values to the existing list (if
any). Use setDomainNames(java.util.Collection)
or withDomainNames(java.util.Collection)
if you want to override the
existing values.
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()
public ListDomainsResult clone()
Copyright © 2015. All rights reserved.