Struct aws_sdk_pinpointsmsvoice::operation::create_configuration_set::builders::CreateConfigurationSetFluentBuilder
source · pub struct CreateConfigurationSetFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateConfigurationSet.
Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.
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 async fn customize(
self
) -> Result<CustomizableOperation<CreateConfigurationSetOutput, CreateConfigurationSetError>, SdkError<CreateConfigurationSetError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateConfigurationSetOutput, CreateConfigurationSetError>, SdkError<CreateConfigurationSetError>>
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 that you want to give the configuration set.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name that you want to give the configuration set.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The name that you want to give 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