Struct aws_sdk_ses::types::builders::MessageBuilder
source · #[non_exhaustive]pub struct MessageBuilder { /* private fields */ }Expand description
A builder for Message.
Implementations§
source§impl MessageBuilder
impl MessageBuilder
sourcepub fn subject(self, input: Content) -> Self
pub fn subject(self, input: Content) -> Self
The subject of the message: A short summary of the content, which appears in the recipient's inbox.
This field is required.sourcepub fn set_subject(self, input: Option<Content>) -> Self
pub fn set_subject(self, input: Option<Content>) -> Self
The subject of the message: A short summary of the content, which appears in the recipient's inbox.
sourcepub fn get_subject(&self) -> &Option<Content>
pub fn get_subject(&self) -> &Option<Content>
The subject of the message: A short summary of the content, which appears in the recipient's inbox.
Trait Implementations§
source§impl Clone for MessageBuilder
impl Clone for MessageBuilder
source§fn clone(&self) -> MessageBuilder
fn clone(&self) -> MessageBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MessageBuilder
impl Debug for MessageBuilder
source§impl Default for MessageBuilder
impl Default for MessageBuilder
source§fn default() -> MessageBuilder
fn default() -> MessageBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MessageBuilder
impl PartialEq for MessageBuilder
source§fn eq(&self, other: &MessageBuilder) -> bool
fn eq(&self, other: &MessageBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MessageBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MessageBuilder
impl Send for MessageBuilder
impl Sync for MessageBuilder
impl Unpin for MessageBuilder
impl UnwindSafe for MessageBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.