Struct aws_sdk_sesv2::operation::send_custom_verification_email::SendCustomVerificationEmailInput
source · #[non_exhaustive]pub struct SendCustomVerificationEmailInput { /* private fields */ }Expand description
Represents a request to send a custom verification email to a specified recipient.
Implementations§
source§impl SendCustomVerificationEmailInput
impl SendCustomVerificationEmailInput
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address to verify.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the custom verification email template to use when sending the verification email.
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
Name of a configuration set to use when sending the verification email.
source§impl SendCustomVerificationEmailInput
impl SendCustomVerificationEmailInput
sourcepub fn builder() -> SendCustomVerificationEmailInputBuilder
pub fn builder() -> SendCustomVerificationEmailInputBuilder
Creates a new builder-style object to manufacture SendCustomVerificationEmailInput.
source§impl SendCustomVerificationEmailInput
impl SendCustomVerificationEmailInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendCustomVerificationEmail, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SendCustomVerificationEmail, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SendCustomVerificationEmail>
Trait Implementations§
source§impl Clone for SendCustomVerificationEmailInput
impl Clone for SendCustomVerificationEmailInput
source§fn clone(&self) -> SendCustomVerificationEmailInput
fn clone(&self) -> SendCustomVerificationEmailInput
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<SendCustomVerificationEmailInput> for SendCustomVerificationEmailInput
impl PartialEq<SendCustomVerificationEmailInput> for SendCustomVerificationEmailInput
source§fn eq(&self, other: &SendCustomVerificationEmailInput) -> bool
fn eq(&self, other: &SendCustomVerificationEmailInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.