// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateProtectConfiguration`](crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`protect_configuration_id(impl Into<String>)`](crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder::protect_configuration_id) / [`set_protect_configuration_id(Option<String>)`](crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder::set_protect_configuration_id):<br>required: **true**<br><p>The unique identifier for the protect configuration.</p><br>
/// - [`configuration_set_name(impl Into<String>)`](crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder::configuration_set_name) / [`set_configuration_set_name(Option<String>)`](crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder::set_configuration_set_name):<br>required: **true**<br><p>The name of the ConfigurationSet.</p><br>
/// - On success, responds with [`AssociateProtectConfigurationOutput`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationOutput) with field(s):
/// - [`configuration_set_arn(String)`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationOutput::configuration_set_arn): <p>The Amazon Resource Name (ARN) of the configuration set.</p>
/// - [`configuration_set_name(String)`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationOutput::configuration_set_name): <p>The name of the ConfigurationSet.</p>
/// - [`protect_configuration_arn(String)`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationOutput::protect_configuration_arn): <p>The Amazon Resource Name (ARN) of the protect configuration.</p>
/// - [`protect_configuration_id(String)`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationOutput::protect_configuration_id): <p>The unique identifier for the protect configuration.</p>
/// - On failure, responds with [`SdkError<AssociateProtectConfigurationError>`](crate::operation::associate_protect_configuration::AssociateProtectConfigurationError)
pub fn associate_protect_configuration(
&self,
) -> crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder {
crate::operation::associate_protect_configuration::builders::AssociateProtectConfigurationFluentBuilder::new(self.handle.clone())
}
}