Struct aws_sdk_ses::operation::send_custom_verification_email::builders::SendCustomVerificationEmailInputBuilder
source · #[non_exhaustive]pub struct SendCustomVerificationEmailInputBuilder { /* private fields */ }Expand description
A builder for SendCustomVerificationEmailInput.
Implementations§
source§impl SendCustomVerificationEmailInputBuilder
impl SendCustomVerificationEmailInputBuilder
sourcepub fn email_address(self, input: impl Into<String>) -> Self
pub fn email_address(self, input: impl Into<String>) -> Self
The email address to verify.
sourcepub fn set_email_address(self, input: Option<String>) -> Self
pub fn set_email_address(self, input: Option<String>) -> Self
The email address to verify.
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the custom verification email template to use when sending the verification email.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The name of the custom verification email template to use when sending the verification email.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
Name of a configuration set to use when sending the verification email.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
Name of a configuration set to use when sending the verification email.
sourcepub fn build(self) -> Result<SendCustomVerificationEmailInput, BuildError>
pub fn build(self) -> Result<SendCustomVerificationEmailInput, BuildError>
Consumes the builder and constructs a SendCustomVerificationEmailInput.
Trait Implementations§
source§impl Clone for SendCustomVerificationEmailInputBuilder
impl Clone for SendCustomVerificationEmailInputBuilder
source§fn clone(&self) -> SendCustomVerificationEmailInputBuilder
fn clone(&self) -> SendCustomVerificationEmailInputBuilder
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 SendCustomVerificationEmailInputBuilder
impl Default for SendCustomVerificationEmailInputBuilder
source§fn default() -> SendCustomVerificationEmailInputBuilder
fn default() -> SendCustomVerificationEmailInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendCustomVerificationEmailInputBuilder> for SendCustomVerificationEmailInputBuilder
impl PartialEq<SendCustomVerificationEmailInputBuilder> for SendCustomVerificationEmailInputBuilder
source§fn eq(&self, other: &SendCustomVerificationEmailInputBuilder) -> bool
fn eq(&self, other: &SendCustomVerificationEmailInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SendCustomVerificationEmailInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SendCustomVerificationEmailInputBuilder
impl Send for SendCustomVerificationEmailInputBuilder
impl Sync for SendCustomVerificationEmailInputBuilder
impl Unpin for SendCustomVerificationEmailInputBuilder
impl UnwindSafe for SendCustomVerificationEmailInputBuilder
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