@Generated(value="software.amazon.awssdk:codegen") public final class SetReceiptRulePositionRequest extends SesRequest 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 and Description |
|---|---|
static interface |
SetReceiptRulePositionRequest.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetReceiptRulePositionRequest.Builder> |
serializableBuilderClass() |
SetReceiptRulePositionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleSetName()
The name of the receipt rule set that contains the receipt rule to reposition.
public final String ruleName()
The name of the receipt rule to reposition.
public final String after()
The name of the receipt rule after which to place the specified receipt rule.
public SetReceiptRulePositionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>toBuilder in class SesRequestpublic static SetReceiptRulePositionRequest.Builder builder()
public static Class<? extends SetReceiptRulePositionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.