Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListReceiptRuleSetsRequest.Builder,ListReceiptRuleSetsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListReceiptRuleSetsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListReceiptRuleSetsRequest.Builder,ListReceiptRuleSetsRequest>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListReceiptRuleSetsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListReceiptRuleSetsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A token returned from a previous call to
ListReceiptRuleSets to indicate the position in the receipt
rule set list. |
static Class<? extends ListReceiptRuleSetsRequest.Builder> |
serializableBuilderClass() |
|
ListReceiptRuleSetsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String nextToken()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListReceiptRuleSetsRequest.Builder,ListReceiptRuleSetsRequest>
public static ListReceiptRuleSetsRequest.Builder builder()
public static Class<? extends ListReceiptRuleSetsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.