#[non_exhaustive]pub struct ListCustomVerificationEmailTemplatesInput { /* private fields */ }
Expand description
Represents a request to list the existing custom verification email templates for your account.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
Implementations§
source§impl ListCustomVerificationEmailTemplatesInput
impl ListCustomVerificationEmailTemplatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomVerificationEmailTemplates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomVerificationEmailTemplates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomVerificationEmailTemplates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomVerificationEmailTemplatesInput
.
source§impl ListCustomVerificationEmailTemplatesInput
impl ListCustomVerificationEmailTemplatesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An array the contains the name and creation time stamp for each template in your Amazon SES account.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.
Trait Implementations§
source§impl Clone for ListCustomVerificationEmailTemplatesInput
impl Clone for ListCustomVerificationEmailTemplatesInput
source§fn clone(&self) -> ListCustomVerificationEmailTemplatesInput
fn clone(&self) -> ListCustomVerificationEmailTemplatesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ListCustomVerificationEmailTemplatesInput> for ListCustomVerificationEmailTemplatesInput
impl PartialEq<ListCustomVerificationEmailTemplatesInput> for ListCustomVerificationEmailTemplatesInput
source§fn eq(&self, other: &ListCustomVerificationEmailTemplatesInput) -> bool
fn eq(&self, other: &ListCustomVerificationEmailTemplatesInput) -> bool
self
and other
values to be equal, and is used
by ==
.