Struct aws_sdk_ses::operation::send_custom_verification_email::builders::SendCustomVerificationEmailOutputBuilder
source · #[non_exhaustive]pub struct SendCustomVerificationEmailOutputBuilder { /* private fields */ }
Expand description
A builder for SendCustomVerificationEmailOutput
.
Implementations§
source§impl SendCustomVerificationEmailOutputBuilder
impl SendCustomVerificationEmailOutputBuilder
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 SendCustomVerificationEmail
operation.
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 SendCustomVerificationEmail
operation.
sourcepub fn get_message_id(&self) -> &Option<String>
pub fn get_message_id(&self) -> &Option<String>
The unique message identifier returned from the SendCustomVerificationEmail
operation.
sourcepub fn build(self) -> SendCustomVerificationEmailOutput
pub fn build(self) -> SendCustomVerificationEmailOutput
Consumes the builder and constructs a SendCustomVerificationEmailOutput
.
Trait Implementations§
source§impl Clone for SendCustomVerificationEmailOutputBuilder
impl Clone for SendCustomVerificationEmailOutputBuilder
source§fn clone(&self) -> SendCustomVerificationEmailOutputBuilder
fn clone(&self) -> SendCustomVerificationEmailOutputBuilder
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 Default for SendCustomVerificationEmailOutputBuilder
impl Default for SendCustomVerificationEmailOutputBuilder
source§fn default() -> SendCustomVerificationEmailOutputBuilder
fn default() -> SendCustomVerificationEmailOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SendCustomVerificationEmailOutputBuilder
impl PartialEq for SendCustomVerificationEmailOutputBuilder
source§fn eq(&self, other: &SendCustomVerificationEmailOutputBuilder) -> bool
fn eq(&self, other: &SendCustomVerificationEmailOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SendCustomVerificationEmailOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SendCustomVerificationEmailOutputBuilder
impl Send for SendCustomVerificationEmailOutputBuilder
impl Sync for SendCustomVerificationEmailOutputBuilder
impl Unpin for SendCustomVerificationEmailOutputBuilder
impl UnwindSafe for SendCustomVerificationEmailOutputBuilder
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.