@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetIdentityFeedbackForwardingEnabledRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetIdentityFeedbackForwardingEnabledRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forwardingEnabled()
Sets whether Amazon SES will forward bounce and complaint notifications as email.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
The identity for which to set bounce and complaint notification forwarding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.Builder> |
serializableBuilderClass() |
SetIdentityFeedbackForwardingEnabledRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identity()
The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com, example.com.
user@example.com, example.com.public final Boolean forwardingEnabled()
Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies
that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic
publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint
notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics
are set for both Bounce and Complaint notification types.
true
specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any
Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will
publish bounce and complaint notifications only through Amazon SNS. This value can only be set to
false when Amazon SNS topics are set for both Bounce and Complaint
notification types.public SetIdentityFeedbackForwardingEnabledRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>toBuilder in class SesRequestpublic static SetIdentityFeedbackForwardingEnabledRequest.Builder builder()
public static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.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 © 2023. All rights reserved.