|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.ListDomainsResult
public class ListDomainsResult
List Domains Result
| Constructor Summary | |
|---|---|
ListDomainsResult()
|
|
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListDomainsResult()
| Method Detail |
|---|
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||