Struct aws_sdk_autoscaling::operation::delete_notification_configuration::builders::DeleteNotificationConfigurationFluentBuilder
source · pub struct DeleteNotificationConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteNotificationConfiguration.
Deletes the specified notification.
Implementations§
source§impl DeleteNotificationConfigurationFluentBuilder
impl DeleteNotificationConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &DeleteNotificationConfigurationInputBuilder
pub fn as_input(&self) -> &DeleteNotificationConfigurationInputBuilder
Access the DeleteNotificationConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<DeleteNotificationConfigurationOutput, SdkError<DeleteNotificationConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteNotificationConfigurationOutput, SdkError<DeleteNotificationConfigurationError, 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<DeleteNotificationConfigurationOutput, DeleteNotificationConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteNotificationConfigurationOutput, DeleteNotificationConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
pub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
pub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn get_auto_scaling_group_name(&self) -> &Option<String>
pub fn get_auto_scaling_group_name(&self) -> &Option<String>
The name of the Auto Scaling group.
sourcepub fn topic_arn(self, input: impl Into<String>) -> Self
pub fn topic_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon SNS topic.
sourcepub fn set_topic_arn(self, input: Option<String>) -> Self
pub fn set_topic_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon SNS topic.
sourcepub fn get_topic_arn(&self) -> &Option<String>
pub fn get_topic_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Amazon SNS topic.
Trait Implementations§
source§impl Clone for DeleteNotificationConfigurationFluentBuilder
impl Clone for DeleteNotificationConfigurationFluentBuilder
source§fn clone(&self) -> DeleteNotificationConfigurationFluentBuilder
fn clone(&self) -> DeleteNotificationConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more