#[non_exhaustive]pub struct UpdateConfigurationSetEventDestinationInput { /* private fields */ }
Expand description
Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Implementations§
source§impl UpdateConfigurationSetEventDestinationInput
impl UpdateConfigurationSetEventDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetEventDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetEventDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateConfigurationSetEventDestination
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConfigurationSetEventDestinationInput
.
source§impl UpdateConfigurationSetEventDestinationInput
impl UpdateConfigurationSetEventDestinationInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set that contains the event destination that you want to update.
sourcepub fn event_destination(&self) -> Option<&EventDestination>
pub fn event_destination(&self) -> Option<&EventDestination>
The event destination object that you want to apply to the specified configuration set.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetEventDestinationInput
impl Clone for UpdateConfigurationSetEventDestinationInput
source§fn clone(&self) -> UpdateConfigurationSetEventDestinationInput
fn clone(&self) -> UpdateConfigurationSetEventDestinationInput
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<UpdateConfigurationSetEventDestinationInput> for UpdateConfigurationSetEventDestinationInput
impl PartialEq<UpdateConfigurationSetEventDestinationInput> for UpdateConfigurationSetEventDestinationInput
source§fn eq(&self, other: &UpdateConfigurationSetEventDestinationInput) -> bool
fn eq(&self, other: &UpdateConfigurationSetEventDestinationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.