// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisableSecurityHubFeatureV2`](crate::operation::disable_security_hub_feature_v2::builders::DisableSecurityHubFeatureV2FluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`feature_name(FeatureName)`](crate::operation::disable_security_hub_feature_v2::builders::DisableSecurityHubFeatureV2FluentBuilder::feature_name) / [`set_feature_name(Option<FeatureName>)`](crate::operation::disable_security_hub_feature_v2::builders::DisableSecurityHubFeatureV2FluentBuilder::set_feature_name):<br>required: **true**<br><p>The name of the feature to disable.</p><br>
/// - On success, responds with [`DisableSecurityHubFeatureV2Output`](crate::operation::disable_security_hub_feature_v2::DisableSecurityHubFeatureV2Output)
/// - On failure, responds with [`SdkError<DisableSecurityHubFeatureV2Error>`](crate::operation::disable_security_hub_feature_v2::DisableSecurityHubFeatureV2Error)
pub fn disable_security_hub_feature_v2(
&self,
) -> crate::operation::disable_security_hub_feature_v2::builders::DisableSecurityHubFeatureV2FluentBuilder {
crate::operation::disable_security_hub_feature_v2::builders::DisableSecurityHubFeatureV2FluentBuilder::new(self.handle.clone())
}
}