|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpledb.model.ListDomainsRequest
public class ListDomainsRequest
List Domains Request
| Constructor Summary | |
|---|---|
ListDomainsRequest()
Default constructor for a new ListDomainsRequest object. |
|
| Method Summary | |
|---|---|
Integer |
getMaxNumberOfDomains()
The maximum number of domain names you want returned. |
String |
getNextToken()
String that tells Amazon SimpleDB where to start the next list of domain names. |
void |
setMaxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned. |
void |
setNextToken(String nextToken)
String that tells Amazon SimpleDB where to start the next list of domain names. |
String |
toString()
|
ListDomainsRequest |
withMaxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned. |
ListDomainsRequest |
withNextToken(String nextToken)
String that tells Amazon SimpleDB where to start the next list of domain names. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListDomainsRequest()
| Method Detail |
|---|
public Integer getMaxNumberOfDomains()
public void setMaxNumberOfDomains(Integer maxNumberOfDomains)
maxNumberOfDomains - The maximum number of domain names you want returned. The range is 1
to 100. The default setting is 100.public ListDomainsRequest withMaxNumberOfDomains(Integer maxNumberOfDomains)
Returns a reference to this object so that method calls can be chained together.
maxNumberOfDomains - The maximum number of domain names you want returned. The range is 1
to 100. The default setting is 100.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - String that tells Amazon SimpleDB where to start the next list of
domain names.public ListDomainsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - String that tells Amazon SimpleDB where to start the next list of
domain names.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||