@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxNumberOfDomains()
The maximum number of domain names you want returned.
|
String |
getNextToken()
A string informing Amazon SimpleDB where to start the next list of domain names.
|
int |
hashCode() |
void |
setMaxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned.
|
void |
setNextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of domain names.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsRequest |
withMaxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned.
|
ListDomainsRequest |
withNextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of domain names.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 Integer getMaxNumberOfDomains()
public ListDomainsRequest withMaxNumberOfDomains(Integer maxNumberOfDomains)
maxNumberOfDomains
- The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.public void setNextToken(String nextToken)
nextToken
- A string informing Amazon SimpleDB where to start the next list of domain names.public String getNextToken()
public ListDomainsRequest withNextToken(String nextToken)
nextToken
- A string informing Amazon SimpleDB where to start the next list of domain names.public String toString()
toString
in class Object
Object.toString()
public ListDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()