Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
@Generated("software.amazon.awssdk:codegen") public class ReorderReceiptRuleSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
Represents a request to reorder the receipt rules within a receipt rule set. 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 |
ReorderReceiptRuleSetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ReorderReceiptRuleSetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
ruleNames() |
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
|
String |
ruleSetName() |
The name of the receipt rule set to reorder.
|
static Class<? extends ReorderReceiptRuleSetRequest.Builder> |
serializableBuilderClass() |
|
ReorderReceiptRuleSetRequest.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 ruleSetName()
The name of the receipt rule set to reorder.
public List<String> ruleNames()
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
public ReorderReceiptRuleSetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReorderReceiptRuleSetRequest.Builder,ReorderReceiptRuleSetRequest>
public static ReorderReceiptRuleSetRequest.Builder builder()
public static Class<? extends ReorderReceiptRuleSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.