pub struct Builder { /* private fields */ }
Expand description
A builder for GetCustomVerificationEmailTemplateInput
.
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 retrieve.
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 retrieve.
sourcepub fn build(
self
) -> Result<GetCustomVerificationEmailTemplateInput, BuildError>
pub fn build(
self
) -> Result<GetCustomVerificationEmailTemplateInput, BuildError>
Consumes the builder and constructs a GetCustomVerificationEmailTemplateInput
.