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