Struct aws_sdk_sesv2::operation::put_email_identity_configuration_set_attributes::PutEmailIdentityConfigurationSetAttributesOutput
source · #[non_exhaustive]pub struct PutEmailIdentityConfigurationSetAttributesOutput { /* private fields */ }Expand description
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Implementations§
source§impl PutEmailIdentityConfigurationSetAttributesOutput
impl PutEmailIdentityConfigurationSetAttributesOutput
sourcepub fn builder() -> PutEmailIdentityConfigurationSetAttributesOutputBuilder
pub fn builder() -> PutEmailIdentityConfigurationSetAttributesOutputBuilder
Creates a new builder-style object to manufacture PutEmailIdentityConfigurationSetAttributesOutput.
Trait Implementations§
source§impl Clone for PutEmailIdentityConfigurationSetAttributesOutput
impl Clone for PutEmailIdentityConfigurationSetAttributesOutput
source§fn clone(&self) -> PutEmailIdentityConfigurationSetAttributesOutput
fn clone(&self) -> PutEmailIdentityConfigurationSetAttributesOutput
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 PartialEq<PutEmailIdentityConfigurationSetAttributesOutput> for PutEmailIdentityConfigurationSetAttributesOutput
impl PartialEq<PutEmailIdentityConfigurationSetAttributesOutput> for PutEmailIdentityConfigurationSetAttributesOutput
source§fn eq(&self, other: &PutEmailIdentityConfigurationSetAttributesOutput) -> bool
fn eq(&self, other: &PutEmailIdentityConfigurationSetAttributesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutEmailIdentityConfigurationSetAttributesOutput
impl RequestId for PutEmailIdentityConfigurationSetAttributesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.