Struct aws_sdk_sesv2::operation::put_configuration_set_reputation_options::PutConfigurationSetReputationOptionsOutput
source · #[non_exhaustive]pub struct PutConfigurationSetReputationOptionsOutput { /* private fields */ }Expand description
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Implementations§
source§impl PutConfigurationSetReputationOptionsOutput
impl PutConfigurationSetReputationOptionsOutput
sourcepub fn builder() -> PutConfigurationSetReputationOptionsOutputBuilder
pub fn builder() -> PutConfigurationSetReputationOptionsOutputBuilder
Creates a new builder-style object to manufacture PutConfigurationSetReputationOptionsOutput.
Trait Implementations§
source§impl Clone for PutConfigurationSetReputationOptionsOutput
impl Clone for PutConfigurationSetReputationOptionsOutput
source§fn clone(&self) -> PutConfigurationSetReputationOptionsOutput
fn clone(&self) -> PutConfigurationSetReputationOptionsOutput
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<PutConfigurationSetReputationOptionsOutput> for PutConfigurationSetReputationOptionsOutput
impl PartialEq<PutConfigurationSetReputationOptionsOutput> for PutConfigurationSetReputationOptionsOutput
source§fn eq(&self, other: &PutConfigurationSetReputationOptionsOutput) -> bool
fn eq(&self, other: &PutConfigurationSetReputationOptionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutConfigurationSetReputationOptionsOutput
impl RequestId for PutConfigurationSetReputationOptionsOutput
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.