Struct aws_sdk_sesv2::operation::get_email_template::builders::GetEmailTemplateOutputBuilder
source · #[non_exhaustive]pub struct GetEmailTemplateOutputBuilder { /* private fields */ }Expand description
A builder for GetEmailTemplateOutput.
Implementations§
source§impl GetEmailTemplateOutputBuilder
impl GetEmailTemplateOutputBuilder
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the template.
This field is required.sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The name of the template.
sourcepub fn get_template_name(&self) -> &Option<String>
pub fn get_template_name(&self) -> &Option<String>
The name of the template.
sourcepub fn template_content(self, input: EmailTemplateContent) -> Self
pub fn template_content(self, input: EmailTemplateContent) -> Self
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
This field is required.sourcepub fn set_template_content(self, input: Option<EmailTemplateContent>) -> Self
pub fn set_template_content(self, input: Option<EmailTemplateContent>) -> Self
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
sourcepub fn get_template_content(&self) -> &Option<EmailTemplateContent>
pub fn get_template_content(&self) -> &Option<EmailTemplateContent>
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
sourcepub fn build(self) -> Result<GetEmailTemplateOutput, BuildError>
pub fn build(self) -> Result<GetEmailTemplateOutput, BuildError>
Consumes the builder and constructs a GetEmailTemplateOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetEmailTemplateOutputBuilder
impl Clone for GetEmailTemplateOutputBuilder
source§fn clone(&self) -> GetEmailTemplateOutputBuilder
fn clone(&self) -> GetEmailTemplateOutputBuilder
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 GetEmailTemplateOutputBuilder
impl Default for GetEmailTemplateOutputBuilder
source§fn default() -> GetEmailTemplateOutputBuilder
fn default() -> GetEmailTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEmailTemplateOutputBuilder
impl PartialEq for GetEmailTemplateOutputBuilder
source§fn eq(&self, other: &GetEmailTemplateOutputBuilder) -> bool
fn eq(&self, other: &GetEmailTemplateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEmailTemplateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEmailTemplateOutputBuilder
impl Send for GetEmailTemplateOutputBuilder
impl Sync for GetEmailTemplateOutputBuilder
impl Unpin for GetEmailTemplateOutputBuilder
impl UnwindSafe for GetEmailTemplateOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.