pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteCustomVerificationEmailTemplateInput
.
Implementations§
source§impl Builder
impl Builder
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 that you want to delete.
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 that you want to delete.
sourcepub fn build(
self
) -> Result<DeleteCustomVerificationEmailTemplateInput, BuildError>
pub fn build(
self
) -> Result<DeleteCustomVerificationEmailTemplateInput, BuildError>
Consumes the builder and constructs a DeleteCustomVerificationEmailTemplateInput
.