Class SetReceiptRulePositionRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.ses.model.SesRequest
software.amazon.awssdk.services.ses.model.SetReceiptRulePositionRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
@Generated("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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringafter()The name of the receipt rule after which to place the specified receipt rule.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringruleName()The name of the receipt rule to reposition.final StringThe name of the receipt rule set that contains the receipt rule to reposition.static Class<? extends SetReceiptRulePositionRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
ruleSetName
The name of the receipt rule set that contains the receipt rule to reposition.
- Returns:
- The name of the receipt rule set that contains the receipt rule to reposition.
-
ruleName
The name of the receipt rule to reposition.
- Returns:
- The name of the receipt rule to reposition.
-
after
The name of the receipt rule after which to place the specified receipt rule.
- Returns:
- The name of the receipt rule after which to place the specified receipt rule.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest> - Specified by:
toBuilderin classSesRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-