Struct aws_sdk_autoscaling::operation::delete_launch_configuration::builders::DeleteLaunchConfigurationFluentBuilder
source · pub struct DeleteLaunchConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteLaunchConfiguration.
Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
Implementations§
source§impl DeleteLaunchConfigurationFluentBuilder
impl DeleteLaunchConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &DeleteLaunchConfigurationInputBuilder
pub fn as_input(&self) -> &DeleteLaunchConfigurationInputBuilder
Access the DeleteLaunchConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<DeleteLaunchConfigurationOutput, SdkError<DeleteLaunchConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteLaunchConfigurationOutput, SdkError<DeleteLaunchConfigurationError, 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<DeleteLaunchConfigurationOutput, DeleteLaunchConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteLaunchConfigurationOutput, DeleteLaunchConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn launch_configuration_name(self, input: impl Into<String>) -> Self
pub fn launch_configuration_name(self, input: impl Into<String>) -> Self
The name of the launch configuration.
sourcepub fn set_launch_configuration_name(self, input: Option<String>) -> Self
pub fn set_launch_configuration_name(self, input: Option<String>) -> Self
The name of the launch configuration.
sourcepub fn get_launch_configuration_name(&self) -> &Option<String>
pub fn get_launch_configuration_name(&self) -> &Option<String>
The name of the launch configuration.
Trait Implementations§
source§impl Clone for DeleteLaunchConfigurationFluentBuilder
impl Clone for DeleteLaunchConfigurationFluentBuilder
source§fn clone(&self) -> DeleteLaunchConfigurationFluentBuilder
fn clone(&self) -> DeleteLaunchConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more