Struct aws_sdk_ses::operation::create_configuration_set::builders::CreateConfigurationSetFluentBuilder
source · pub struct CreateConfigurationSetFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateConfigurationSet
.
Creates a configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Implementations§
source§impl CreateConfigurationSetFluentBuilder
impl CreateConfigurationSetFluentBuilder
sourcepub fn as_input(&self) -> &CreateConfigurationSetInputBuilder
pub fn as_input(&self) -> &CreateConfigurationSetInputBuilder
Access the CreateConfigurationSet as a reference.
sourcepub async fn send(
self
) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError, HttpResponse>>
pub async fn send( self ) -> Result<CreateConfigurationSetOutput, SdkError<CreateConfigurationSetError, 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<CreateConfigurationSetOutput, CreateConfigurationSetError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateConfigurationSetOutput, CreateConfigurationSetError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn configuration_set(self, input: ConfigurationSet) -> Self
pub fn configuration_set(self, input: ConfigurationSet) -> Self
A data structure that contains the name of the configuration set.
sourcepub fn set_configuration_set(self, input: Option<ConfigurationSet>) -> Self
pub fn set_configuration_set(self, input: Option<ConfigurationSet>) -> Self
A data structure that contains the name of the configuration set.
sourcepub fn get_configuration_set(&self) -> &Option<ConfigurationSet>
pub fn get_configuration_set(&self) -> &Option<ConfigurationSet>
A data structure that contains the name of the configuration set.
Trait Implementations§
source§impl Clone for CreateConfigurationSetFluentBuilder
impl Clone for CreateConfigurationSetFluentBuilder
source§fn clone(&self) -> CreateConfigurationSetFluentBuilder
fn clone(&self) -> CreateConfigurationSetFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more