Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
@Generated("software.amazon.awssdk:codegen") public class SetReceiptRulePositionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
Represents a request to set the position of a receipt rule in 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 |
SetReceiptRulePositionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
after() |
The name of the receipt rule after which to place the specified receipt rule.
|
static SetReceiptRulePositionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ruleName() |
The name of the receipt rule to reposition.
|
String |
ruleSetName() |
The name of the receipt rule set that contains the receipt rule to reposition.
|
static Class<? extends SetReceiptRulePositionRequest.Builder> |
serializableBuilderClass() |
|
SetReceiptRulePositionRequest.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 that contains the receipt rule to reposition.
public String ruleName()
The name of the receipt rule to reposition.
public String after()
The name of the receipt rule after which to place the specified receipt rule.
public SetReceiptRulePositionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
public static SetReceiptRulePositionRequest.Builder builder()
public static Class<? extends SetReceiptRulePositionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.