@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTaxRegistrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTaxRegistrationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTaxRegistrationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Number of
accountDetails results you want in one response. |
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Number of
accountDetails results you want in one response. |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListTaxRegistrationsRequest |
withMaxResults(Integer maxResults)
Number of
accountDetails results you want in one response. |
ListTaxRegistrationsRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Number of accountDetails results you want in one response.
maxResults - Number of accountDetails results you want in one response.public Integer getMaxResults()
Number of accountDetails results you want in one response.
accountDetails results you want in one response.public ListTaxRegistrationsRequest withMaxResults(Integer maxResults)
Number of accountDetails results you want in one response.
maxResults - Number of accountDetails results you want in one response.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListTaxRegistrationsRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListTaxRegistrationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()