Struct aws_sdk_ses::operation::update_configuration_set_sending_enabled::UpdateConfigurationSetSendingEnabledInput
source · #[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 fn builder() -> UpdateConfigurationSetSendingEnabledInputBuilder
pub fn builder() -> UpdateConfigurationSetSendingEnabledInputBuilder
Creates a new builder-style object to manufacture UpdateConfigurationSetSendingEnabledInput.
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>
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 ==.impl StructuralPartialEq for UpdateConfigurationSetSendingEnabledInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateConfigurationSetSendingEnabledInput
impl Send for UpdateConfigurationSetSendingEnabledInput
impl Sync for UpdateConfigurationSetSendingEnabledInput
impl Unpin for UpdateConfigurationSetSendingEnabledInput
impl UnwindSafe for UpdateConfigurationSetSendingEnabledInput
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