@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReceiptRuleSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
NOOP| Constructor and Description |
|---|
ListReceiptRuleSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListReceiptRuleSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListReceiptRuleSets to indicate the position in the receipt
rule set list. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListReceiptRuleSets to indicate the position in the receipt
rule set list. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReceiptRuleSetsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListReceiptRuleSets to indicate the position in the receipt
rule set list. |
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)
A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt
rule set list.
nextToken - A token returned from a previous call to ListReceiptRuleSets to indicate the position in the
receipt rule set list.public String getNextToken()
A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt
rule set list.
ListReceiptRuleSets to indicate the position in the
receipt rule set list.public ListReceiptRuleSetsRequest withNextToken(String nextToken)
A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt
rule set list.
nextToken - A token returned from a previous call to ListReceiptRuleSets to indicate the position in the
receipt rule set list.public String toString()
toString in class ObjectObject.toString()public ListReceiptRuleSetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.