Struct aws_sdk_ses::operation::get_custom_verification_email_template::GetCustomVerificationEmailTemplateOutput
source · #[non_exhaustive]pub struct GetCustomVerificationEmailTemplateOutput { /* private fields */ }Expand description
The content of the custom verification email template.
Implementations§
source§impl GetCustomVerificationEmailTemplateOutput
impl GetCustomVerificationEmailTemplateOutput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the custom verification email template.
sourcepub fn from_email_address(&self) -> Option<&str>
pub fn from_email_address(&self) -> Option<&str>
The email address that the custom verification email is sent from.
sourcepub fn template_subject(&self) -> Option<&str>
pub fn template_subject(&self) -> Option<&str>
The subject line of the custom verification email.
sourcepub fn template_content(&self) -> Option<&str>
pub fn template_content(&self) -> Option<&str>
The content of the custom verification email.
sourcepub fn success_redirection_url(&self) -> Option<&str>
pub fn success_redirection_url(&self) -> Option<&str>
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
sourcepub fn failure_redirection_url(&self) -> Option<&str>
pub fn failure_redirection_url(&self) -> Option<&str>
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
source§impl GetCustomVerificationEmailTemplateOutput
impl GetCustomVerificationEmailTemplateOutput
sourcepub fn builder() -> GetCustomVerificationEmailTemplateOutputBuilder
pub fn builder() -> GetCustomVerificationEmailTemplateOutputBuilder
Creates a new builder-style object to manufacture GetCustomVerificationEmailTemplateOutput.
Trait Implementations§
source§impl Clone for GetCustomVerificationEmailTemplateOutput
impl Clone for GetCustomVerificationEmailTemplateOutput
source§fn clone(&self) -> GetCustomVerificationEmailTemplateOutput
fn clone(&self) -> GetCustomVerificationEmailTemplateOutput
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<GetCustomVerificationEmailTemplateOutput> for GetCustomVerificationEmailTemplateOutput
impl PartialEq<GetCustomVerificationEmailTemplateOutput> for GetCustomVerificationEmailTemplateOutput
source§fn eq(&self, other: &GetCustomVerificationEmailTemplateOutput) -> bool
fn eq(&self, other: &GetCustomVerificationEmailTemplateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetCustomVerificationEmailTemplateOutput
impl RequestId for GetCustomVerificationEmailTemplateOutput
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.impl StructuralPartialEq for GetCustomVerificationEmailTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetCustomVerificationEmailTemplateOutput
impl Send for GetCustomVerificationEmailTemplateOutput
impl Sync for GetCustomVerificationEmailTemplateOutput
impl Unpin for GetCustomVerificationEmailTemplateOutput
impl UnwindSafe for GetCustomVerificationEmailTemplateOutput
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