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