@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
If you received a
NextToken from 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
NextToken from 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
NextToken from a previous call that was paginated, provide this token to receive
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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()