Struct aws_sdk_ses::input::TestRenderTemplateInput
source · #[non_exhaustive]pub struct TestRenderTemplateInput { /* private fields */ }
Implementations§
source§impl TestRenderTemplateInput
impl TestRenderTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestRenderTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestRenderTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TestRenderTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestRenderTemplateInput
.
source§impl TestRenderTemplateInput
impl TestRenderTemplateInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the template that you want to render.
sourcepub fn template_data(&self) -> Option<&str>
pub fn template_data(&self) -> Option<&str>
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Trait Implementations§
source§impl Clone for TestRenderTemplateInput
impl Clone for TestRenderTemplateInput
source§fn clone(&self) -> TestRenderTemplateInput
fn clone(&self) -> TestRenderTemplateInput
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 Debug for TestRenderTemplateInput
impl Debug for TestRenderTemplateInput
source§impl PartialEq<TestRenderTemplateInput> for TestRenderTemplateInput
impl PartialEq<TestRenderTemplateInput> for TestRenderTemplateInput
source§fn eq(&self, other: &TestRenderTemplateInput) -> bool
fn eq(&self, other: &TestRenderTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.