#[non_exhaustive]pub struct SetIdentityFeedbackForwardingEnabledInput { /* private fields */ }
Expand description
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.
Implementations§
source§impl SetIdentityFeedbackForwardingEnabledInput
impl SetIdentityFeedbackForwardingEnabledInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIdentityFeedbackForwardingEnabled, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIdentityFeedbackForwardingEnabled, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetIdentityFeedbackForwardingEnabled
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetIdentityFeedbackForwardingEnabledInput
.
source§impl SetIdentityFeedbackForwardingEnabledInput
impl SetIdentityFeedbackForwardingEnabledInput
sourcepub fn identity(&self) -> Option<&str>
pub fn identity(&self) -> Option<&str>
The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com
, example.com
.
sourcepub fn forwarding_enabled(&self) -> bool
pub fn forwarding_enabled(&self) -> bool
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.
Trait Implementations§
source§impl Clone for SetIdentityFeedbackForwardingEnabledInput
impl Clone for SetIdentityFeedbackForwardingEnabledInput
source§fn clone(&self) -> SetIdentityFeedbackForwardingEnabledInput
fn clone(&self) -> SetIdentityFeedbackForwardingEnabledInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<SetIdentityFeedbackForwardingEnabledInput> for SetIdentityFeedbackForwardingEnabledInput
impl PartialEq<SetIdentityFeedbackForwardingEnabledInput> for SetIdentityFeedbackForwardingEnabledInput
source§fn eq(&self, other: &SetIdentityFeedbackForwardingEnabledInput) -> bool
fn eq(&self, other: &SetIdentityFeedbackForwardingEnabledInput) -> bool
self
and other
values to be equal, and is used
by ==
.