public class ListReceiptRuleSetsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the receipt rule sets that exist under your AWS account. If there are
additional receipt rule sets to be retrieved, you will receive a
NextToken
that you can provide to the next call to
ListReceiptRuleSets
to retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
Constructor and Description |
---|
ListReceiptRuleSetsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String nextToken)
A token returned from a previous call to
ListReceiptRuleSets
to indicate the position in the receipt rule set list. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListReceiptRuleSetsRequest |
withNextToken(java.lang.String nextToken)
A token returned from a previous call to
ListReceiptRuleSets
to indicate the position in the receipt rule set list. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
A token returned from a previous call to ListReceiptRuleSets
to indicate the position in the receipt rule set list.
A token returned from a previous call to
ListReceiptRuleSets
to indicate the position in the
receipt rule set list.
public void setNextToken(java.lang.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 ListReceiptRuleSetsRequest withNextToken(java.lang.String nextToken)
A token returned from a previous call to ListReceiptRuleSets
to indicate the position in the receipt rule set list.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token returned from a previous call to
ListReceiptRuleSets
to indicate the position in
the receipt rule set list.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.