@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountModificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeAccountModificationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeAccountModificationsRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
| String | toString()Returns a string representation of this object. | 
| DescribeAccountModificationsRequest | withNextToken(String nextToken)
 If you received a  NextTokenfrom a previous call that was paginated, provide this token to receive
 the next set of results. | 
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
 If you received a NextToken from a previous call that was paginated, provide this token to receive
 the next set of results.
 
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
        receive the next set of results.public String getNextToken()
 If you received a NextToken from a previous call that was paginated, provide this token to receive
 the next set of results.
 
NextToken from a previous call that was paginated, provide this token to
         receive the next set of results.public DescribeAccountModificationsRequest withNextToken(String nextToken)
 If you received a NextToken from a previous call that was paginated, provide this token to receive
 the next set of results.
 
nextToken - If you received a NextToken from a previous call that was paginated, provide this token to
        receive the next set of results.public String toString()
toString in class ObjectObject.toString()public DescribeAccountModificationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.