Class SetIdentityFeedbackForwardingEnabledRequest
- 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.SetIdentityFeedbackForwardingEnabledRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
@Generated("software.amazon.awssdk:codegen") public final class SetIdentityFeedbackForwardingEnabledRequest extends SesRequest implements ToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
Represents a request to enable or disable whether Amazon SES forwards you bounce and complaint notifications through email. For information about email feedback forwarding, see the Amazon SES Developer Guide.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSetIdentityFeedbackForwardingEnabledRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetIdentityFeedbackForwardingEnabledRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanforwardingEnabled()Sets whether Amazon SES forwards bounce and complaint notifications as email.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentity()The identity for which to set bounce and complaint notification forwarding.List<SdkField<?>>sdkFields()static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.Builder>serializableBuilderClass()SetIdentityFeedbackForwardingEnabledRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identity
public final String identity()
The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com,example.com.- Returns:
- The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com,example.com.
-
forwardingEnabled
public final Boolean forwardingEnabled()
Sets whether Amazon SES forwards bounce and complaint notifications as email.
truespecifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Returns:
- Sets whether Amazon SES forwards bounce and complaint notifications as email.
truespecifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.
-
toBuilder
public SetIdentityFeedbackForwardingEnabledRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>- Specified by:
toBuilderin classSesRequest
-
builder
public static SetIdentityFeedbackForwardingEnabledRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-