Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
@Generated("software.amazon.awssdk:codegen") public class SetIdentityFeedbackForwardingEnabledRequest extends AmazonWebServiceRequest 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 | Description |
---|---|---|
static interface |
SetIdentityFeedbackForwardingEnabledRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetIdentityFeedbackForwardingEnabledRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
forwardingEnabled() |
Sets whether Amazon SES will forward bounce and complaint notifications as email.
|
int |
hashCode() |
|
String |
identity() |
The identity for which to set bounce and complaint notification forwarding.
|
static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.Builder> |
serializableBuilderClass() |
|
SetIdentityFeedbackForwardingEnabledRequest.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 identity()
The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com
, example.com
.
user@example.com
, example.com
.public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
public static SetIdentityFeedbackForwardingEnabledRequest.Builder builder()
public static Class<? extends SetIdentityFeedbackForwardingEnabledRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.