Struct aws_sdk_sesv2::operation::get_configuration_set_event_destinations::builders::GetConfigurationSetEventDestinationsFluentBuilder
source · pub struct GetConfigurationSetEventDestinationsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetConfigurationSetEventDestinations.
Retrieve a list of event destinations that are associated with a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
Implementations§
source§impl GetConfigurationSetEventDestinationsFluentBuilder
impl GetConfigurationSetEventDestinationsFluentBuilder
sourcepub fn as_input(&self) -> &GetConfigurationSetEventDestinationsInputBuilder
pub fn as_input(&self) -> &GetConfigurationSetEventDestinationsInputBuilder
Access the GetConfigurationSetEventDestinations as a reference.
sourcepub async fn send(
self
) -> Result<GetConfigurationSetEventDestinationsOutput, SdkError<GetConfigurationSetEventDestinationsError, HttpResponse>>
pub async fn send( self ) -> Result<GetConfigurationSetEventDestinationsOutput, SdkError<GetConfigurationSetEventDestinationsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetConfigurationSetEventDestinationsOutput, GetConfigurationSetEventDestinationsError, Self>
pub fn customize( self ) -> CustomizableOperation<GetConfigurationSetEventDestinationsOutput, GetConfigurationSetEventDestinationsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set that contains the event destination.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set that contains the event destination.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The name of the configuration set that contains the event destination.
Trait Implementations§
source§impl Clone for GetConfigurationSetEventDestinationsFluentBuilder
impl Clone for GetConfigurationSetEventDestinationsFluentBuilder
source§fn clone(&self) -> GetConfigurationSetEventDestinationsFluentBuilder
fn clone(&self) -> GetConfigurationSetEventDestinationsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more