Struct aws_sdk_ses::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
The unique message identifier returned from the SendEmail action.
sourcepub fn set_message_id(self, input: Option<String>) -> Self
pub fn set_message_id(self, input: Option<String>) -> Self
The unique message identifier returned from the SendEmail action.
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
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 SendEmailOutputBuilder
impl Debug for SendEmailOutputBuilder
source§impl Default for SendEmailOutputBuilder
impl Default for SendEmailOutputBuilder
source§fn default() -> SendEmailOutputBuilder
fn default() -> SendEmailOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendEmailOutputBuilder> for SendEmailOutputBuilder
impl PartialEq<SendEmailOutputBuilder> for SendEmailOutputBuilder
source§fn eq(&self, other: &SendEmailOutputBuilder) -> bool
fn eq(&self, other: &SendEmailOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SendEmailOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SendEmailOutputBuilder
impl Send for SendEmailOutputBuilder
impl Sync for SendEmailOutputBuilder
impl Unpin for SendEmailOutputBuilder
impl UnwindSafe for SendEmailOutputBuilder
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