Struct aws_sdk_sesv2::operation::delete_custom_verification_email_template::builders::DeleteCustomVerificationEmailTemplateOutputBuilder
source · #[non_exhaustive]pub struct DeleteCustomVerificationEmailTemplateOutputBuilder { /* private fields */ }Expand description
A builder for DeleteCustomVerificationEmailTemplateOutput.
Implementations§
source§impl DeleteCustomVerificationEmailTemplateOutputBuilder
impl DeleteCustomVerificationEmailTemplateOutputBuilder
sourcepub fn build(self) -> DeleteCustomVerificationEmailTemplateOutput
pub fn build(self) -> DeleteCustomVerificationEmailTemplateOutput
Consumes the builder and constructs a DeleteCustomVerificationEmailTemplateOutput.
Trait Implementations§
source§impl Clone for DeleteCustomVerificationEmailTemplateOutputBuilder
impl Clone for DeleteCustomVerificationEmailTemplateOutputBuilder
source§fn clone(&self) -> DeleteCustomVerificationEmailTemplateOutputBuilder
fn clone(&self) -> DeleteCustomVerificationEmailTemplateOutputBuilder
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 DeleteCustomVerificationEmailTemplateOutputBuilder
impl Default for DeleteCustomVerificationEmailTemplateOutputBuilder
source§fn default() -> DeleteCustomVerificationEmailTemplateOutputBuilder
fn default() -> DeleteCustomVerificationEmailTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCustomVerificationEmailTemplateOutputBuilder> for DeleteCustomVerificationEmailTemplateOutputBuilder
impl PartialEq<DeleteCustomVerificationEmailTemplateOutputBuilder> for DeleteCustomVerificationEmailTemplateOutputBuilder
source§fn eq(&self, other: &DeleteCustomVerificationEmailTemplateOutputBuilder) -> bool
fn eq(&self, other: &DeleteCustomVerificationEmailTemplateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.