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 to update.
This field is required.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 to update.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The name of the configuration set to update.
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
This field is required.sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Describes whether or not Amazon SES publishes 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
.
source§impl UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl UpdateConfigurationSetReputationMetricsEnabledInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateConfigurationSetReputationMetricsEnabledOutput, SdkError<UpdateConfigurationSetReputationMetricsEnabledError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateConfigurationSetReputationMetricsEnabledOutput, SdkError<UpdateConfigurationSetReputationMetricsEnabledError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Clone for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl Default for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn default() -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
fn default() -> UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§impl PartialEq for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
impl PartialEq for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
source§fn eq(
&self,
other: &UpdateConfigurationSetReputationMetricsEnabledInputBuilder
) -> bool
fn eq( &self, other: &UpdateConfigurationSetReputationMetricsEnabledInputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.