Struct aws_sdk_ses::operation::update_configuration_set_reputation_metrics_enabled::builders::UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source · #[non_exhaustive]pub struct UpdateConfigurationSetReputationMetricsEnabledInputBuilder { /* private fields */ }Expand description
A builder for UpdateConfigurationSetReputationMetricsEnabledInput.
Implementations§
source§impl UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl UpdateConfigurationSetReputationMetricsEnabledInputBuilder
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set that you want to update.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set that you want to update.
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
sourcepub fn build(
self
) -> Result<UpdateConfigurationSetReputationMetricsEnabledInput, BuildError>
pub fn build( self ) -> Result<UpdateConfigurationSetReputationMetricsEnabledInput, BuildError>
Consumes the builder and constructs a UpdateConfigurationSetReputationMetricsEnabledInput.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Clone for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
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 UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Default for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn default() -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
fn default() -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateConfigurationSetReputationMetricsEnabledInputBuilder> for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl PartialEq<UpdateConfigurationSetReputationMetricsEnabledInputBuilder> for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn eq(
&self,
other: &UpdateConfigurationSetReputationMetricsEnabledInputBuilder
) -> bool
fn eq( &self, other: &UpdateConfigurationSetReputationMetricsEnabledInputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Send for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Sync for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Unpin for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl UnwindSafe for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more