Struct aws_sdk_sesv2::operation::delete_custom_verification_email_template::DeleteCustomVerificationEmailTemplateInput
source · #[non_exhaustive]pub struct DeleteCustomVerificationEmailTemplateInput { /* private fields */ }Expand description
Represents a request to delete an existing custom verification email template.
Implementations§
source§impl DeleteCustomVerificationEmailTemplateInput
impl DeleteCustomVerificationEmailTemplateInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the custom verification email template that you want to delete.
source§impl DeleteCustomVerificationEmailTemplateInput
impl DeleteCustomVerificationEmailTemplateInput
sourcepub fn builder() -> DeleteCustomVerificationEmailTemplateInputBuilder
pub fn builder() -> DeleteCustomVerificationEmailTemplateInputBuilder
Creates a new builder-style object to manufacture DeleteCustomVerificationEmailTemplateInput.
source§impl DeleteCustomVerificationEmailTemplateInput
impl DeleteCustomVerificationEmailTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomVerificationEmailTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteCustomVerificationEmailTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCustomVerificationEmailTemplate>
Trait Implementations§
source§impl Clone for DeleteCustomVerificationEmailTemplateInput
impl Clone for DeleteCustomVerificationEmailTemplateInput
source§fn clone(&self) -> DeleteCustomVerificationEmailTemplateInput
fn clone(&self) -> DeleteCustomVerificationEmailTemplateInput
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<DeleteCustomVerificationEmailTemplateInput> for DeleteCustomVerificationEmailTemplateInput
impl PartialEq<DeleteCustomVerificationEmailTemplateInput> for DeleteCustomVerificationEmailTemplateInput
source§fn eq(&self, other: &DeleteCustomVerificationEmailTemplateInput) -> bool
fn eq(&self, other: &DeleteCustomVerificationEmailTemplateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.