#[non_exhaustive]pub struct UpdateConfigurationSetSendingEnabledInput { /* private fields */ }
Expand description
Represents a request to enable or disable the email sending capabilities for a specific configuration set.
Implementations§
source§impl UpdateConfigurationSetSendingEnabledInput
impl UpdateConfigurationSetSendingEnabledInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetSendingEnabled, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetSendingEnabled, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateConfigurationSetSendingEnabled
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConfigurationSetSendingEnabledInput
.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetSendingEnabledInput
impl Clone for UpdateConfigurationSetSendingEnabledInput
source§fn clone(&self) -> UpdateConfigurationSetSendingEnabledInput
fn clone(&self) -> UpdateConfigurationSetSendingEnabledInput
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<UpdateConfigurationSetSendingEnabledInput> for UpdateConfigurationSetSendingEnabledInput
impl PartialEq<UpdateConfigurationSetSendingEnabledInput> for UpdateConfigurationSetSendingEnabledInput
source§fn eq(&self, other: &UpdateConfigurationSetSendingEnabledInput) -> bool
fn eq(&self, other: &UpdateConfigurationSetSendingEnabledInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.