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