#[non_exhaustive]pub struct UpdateConfigurationSetReputationMetricsEnabledInput { /* private fields */ }
Expand description
Represents a request to modify the reputation metric publishing settings for a configuration set.
Implementations§
source§impl UpdateConfigurationSetReputationMetricsEnabledInput
impl UpdateConfigurationSetReputationMetricsEnabledInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetReputationMetricsEnabled, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetReputationMetricsEnabled, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateConfigurationSetReputationMetricsEnabled
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConfigurationSetReputationMetricsEnabledInput
.
source§impl UpdateConfigurationSetReputationMetricsEnabledInput
impl UpdateConfigurationSetReputationMetricsEnabledInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set that you want to update.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetReputationMetricsEnabledInput
impl Clone for UpdateConfigurationSetReputationMetricsEnabledInput
source§fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInput
fn clone(&self) -> UpdateConfigurationSetReputationMetricsEnabledInput
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<UpdateConfigurationSetReputationMetricsEnabledInput> for UpdateConfigurationSetReputationMetricsEnabledInput
impl PartialEq<UpdateConfigurationSetReputationMetricsEnabledInput> for UpdateConfigurationSetReputationMetricsEnabledInput
source§fn eq(&self, other: &UpdateConfigurationSetReputationMetricsEnabledInput) -> bool
fn eq(&self, other: &UpdateConfigurationSetReputationMetricsEnabledInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.