#[non_exhaustive]pub struct CreateConfigurationSetEventDestinationInput { /* private fields */ }
Expand description
Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
Implementations§
source§impl CreateConfigurationSetEventDestinationInput
impl CreateConfigurationSetEventDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfigurationSetEventDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfigurationSetEventDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConfigurationSetEventDestination
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConfigurationSetEventDestinationInput
.
source§impl CreateConfigurationSetEventDestinationInput
impl CreateConfigurationSetEventDestinationInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set that the event destination should be associated with.
sourcepub fn event_destination(&self) -> Option<&EventDestination>
pub fn event_destination(&self) -> Option<&EventDestination>
An object that describes the AWS service that email sending event information will be published to.
Trait Implementations§
source§impl Clone for CreateConfigurationSetEventDestinationInput
impl Clone for CreateConfigurationSetEventDestinationInput
source§fn clone(&self) -> CreateConfigurationSetEventDestinationInput
fn clone(&self) -> CreateConfigurationSetEventDestinationInput
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<CreateConfigurationSetEventDestinationInput> for CreateConfigurationSetEventDestinationInput
impl PartialEq<CreateConfigurationSetEventDestinationInput> for CreateConfigurationSetEventDestinationInput
source§fn eq(&self, other: &CreateConfigurationSetEventDestinationInput) -> bool
fn eq(&self, other: &CreateConfigurationSetEventDestinationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.