Struct aws_sdk_ses::operation::create_configuration_set_event_destination::builders::CreateConfigurationSetEventDestinationInputBuilder
source · #[non_exhaustive]pub struct CreateConfigurationSetEventDestinationInputBuilder { /* private fields */ }Expand description
A builder for CreateConfigurationSetEventDestinationInput.
Implementations§
source§impl CreateConfigurationSetEventDestinationInputBuilder
impl CreateConfigurationSetEventDestinationInputBuilder
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 the event destination should be associated with.
This field is required.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 the event destination should be associated with.
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 the event destination should be associated with.
sourcepub fn event_destination(self, input: EventDestination) -> Self
pub fn event_destination(self, input: EventDestination) -> Self
An object that describes the Amazon Web Services service that email sending event where information is published.
This field is required.sourcepub fn set_event_destination(self, input: Option<EventDestination>) -> Self
pub fn set_event_destination(self, input: Option<EventDestination>) -> Self
An object that describes the Amazon Web Services service that email sending event where information is published.
sourcepub fn get_event_destination(&self) -> &Option<EventDestination>
pub fn get_event_destination(&self) -> &Option<EventDestination>
An object that describes the Amazon Web Services service that email sending event where information is published.
sourcepub fn build(
self
) -> Result<CreateConfigurationSetEventDestinationInput, BuildError>
pub fn build( self ) -> Result<CreateConfigurationSetEventDestinationInput, BuildError>
Consumes the builder and constructs a CreateConfigurationSetEventDestinationInput.
source§impl CreateConfigurationSetEventDestinationInputBuilder
impl CreateConfigurationSetEventDestinationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateConfigurationSetEventDestinationOutput, SdkError<CreateConfigurationSetEventDestinationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateConfigurationSetEventDestinationOutput, SdkError<CreateConfigurationSetEventDestinationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateConfigurationSetEventDestinationInputBuilder
impl Clone for CreateConfigurationSetEventDestinationInputBuilder
source§fn clone(&self) -> CreateConfigurationSetEventDestinationInputBuilder
fn clone(&self) -> CreateConfigurationSetEventDestinationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateConfigurationSetEventDestinationInputBuilder
impl Default for CreateConfigurationSetEventDestinationInputBuilder
source§fn default() -> CreateConfigurationSetEventDestinationInputBuilder
fn default() -> CreateConfigurationSetEventDestinationInputBuilder
source§impl PartialEq for CreateConfigurationSetEventDestinationInputBuilder
impl PartialEq for CreateConfigurationSetEventDestinationInputBuilder
source§fn eq(&self, other: &CreateConfigurationSetEventDestinationInputBuilder) -> bool
fn eq(&self, other: &CreateConfigurationSetEventDestinationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.