Struct aws_sdk_sesv2::operation::send_custom_verification_email::SendCustomVerificationEmailOutput
source · #[non_exhaustive]pub struct SendCustomVerificationEmailOutput { /* private fields */ }Expand description
The following element is returned by the service.
Implementations§
source§impl SendCustomVerificationEmailOutput
impl SendCustomVerificationEmailOutput
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
The unique message identifier returned from the SendCustomVerificationEmail operation.
source§impl SendCustomVerificationEmailOutput
impl SendCustomVerificationEmailOutput
sourcepub fn builder() -> SendCustomVerificationEmailOutputBuilder
pub fn builder() -> SendCustomVerificationEmailOutputBuilder
Creates a new builder-style object to manufacture SendCustomVerificationEmailOutput.
Trait Implementations§
source§impl Clone for SendCustomVerificationEmailOutput
impl Clone for SendCustomVerificationEmailOutput
source§fn clone(&self) -> SendCustomVerificationEmailOutput
fn clone(&self) -> SendCustomVerificationEmailOutput
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 PartialEq<SendCustomVerificationEmailOutput> for SendCustomVerificationEmailOutput
impl PartialEq<SendCustomVerificationEmailOutput> for SendCustomVerificationEmailOutput
source§fn eq(&self, other: &SendCustomVerificationEmailOutput) -> bool
fn eq(&self, other: &SendCustomVerificationEmailOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SendCustomVerificationEmailOutput
impl RequestId for SendCustomVerificationEmailOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.