@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMalwareProtectionPlansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMalwareProtectionPlansRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMalwareProtectionPlansRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
You can use this parameter when paginating results.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object.
|
ListMalwareProtectionPlansRequest |
withNextToken(String nextToken)
You can use this parameter when paginating 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)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken in the request with the value of
NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken in the request with the value
of NextToken from the previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken in the request with the value of
NextToken from the previous response to continue listing data.
NextToken from the previous response to continue listing data.public ListMalwareProtectionPlansRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken in the request with the value of
NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken in the request with the value
of NextToken from the previous response to continue listing data.public String toString()
toString in class ObjectObject.toString()public ListMalwareProtectionPlansRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()