// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateDistributionTenantWebACL`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the distribution tenant.</p><br>
/// - [`web_acl_arn(impl Into<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::web_acl_arn) / [`set_web_acl_arn(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::set_web_acl_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the WAF web ACL to associate.</p><br>
/// - [`if_match(impl Into<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::set_if_match):<br>required: **false**<br><p>The current <code>ETag</code> of the distribution tenant. This value is returned in the response of the <code>GetDistributionTenant</code> API operation.</p><br>
/// - On success, responds with [`AssociateDistributionTenantWebAclOutput`](crate::operation::associate_distribution_tenant_web_acl::AssociateDistributionTenantWebAclOutput) with field(s):
/// - [`id(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::AssociateDistributionTenantWebAclOutput::id): <p>The ID of the distribution tenant.</p>
/// - [`web_acl_arn(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::AssociateDistributionTenantWebAclOutput::web_acl_arn): <p>The ARN of the WAF web ACL that you associated with the distribution tenant.</p>
/// - [`e_tag(Option<String>)`](crate::operation::associate_distribution_tenant_web_acl::AssociateDistributionTenantWebAclOutput::e_tag): <p>The current version of the distribution tenant.</p>
/// - On failure, responds with [`SdkError<AssociateDistributionTenantWebACLError>`](crate::operation::associate_distribution_tenant_web_acl::AssociateDistributionTenantWebACLError)
pub fn associate_distribution_tenant_web_acl(
&self,
) -> crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder {
crate::operation::associate_distribution_tenant_web_acl::builders::AssociateDistributionTenantWebACLFluentBuilder::new(self.handle.clone())
}
}