Struct aws_sdk_sesv2::operation::send_email::builders::SendEmailOutputBuilder
source · #[non_exhaustive]pub struct SendEmailOutputBuilder { /* private fields */ }Expand description
A builder for SendEmailOutput.
Implementations§
source§impl SendEmailOutputBuilder
impl SendEmailOutputBuilder
sourcepub fn message_id(self, input: impl Into<String>) -> Self
pub fn message_id(self, input: impl Into<String>) -> Self
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
sourcepub fn set_message_id(self, input: Option<String>) -> Self
pub fn set_message_id(self, input: Option<String>) -> Self
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
sourcepub fn build(self) -> SendEmailOutput
pub fn build(self) -> SendEmailOutput
Consumes the builder and constructs a SendEmailOutput.
Trait Implementations§
source§impl Clone for SendEmailOutputBuilder
impl Clone for SendEmailOutputBuilder
source§fn clone(&self) -> SendEmailOutputBuilder
fn clone(&self) -> SendEmailOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for SendEmailOutputBuilder
impl Debug for SendEmailOutputBuilder
source§impl Default for SendEmailOutputBuilder
impl Default for SendEmailOutputBuilder
source§fn default() -> SendEmailOutputBuilder
fn default() -> SendEmailOutputBuilder
source§impl PartialEq<SendEmailOutputBuilder> for SendEmailOutputBuilder
impl PartialEq<SendEmailOutputBuilder> for SendEmailOutputBuilder
source§fn eq(&self, other: &SendEmailOutputBuilder) -> bool
fn eq(&self, other: &SendEmailOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.