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 ==.impl StructuralPartialEq for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
Auto Trait Implementations§
impl Freeze for UpdateConfigurationSetReputationMetricsEnabledInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more