aws-sdk-securityhub 1.118.0

AWS SDK for AWS SecurityHub
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`EnableSecurityHubFeatureV2`](crate::operation::enable_security_hub_feature_v2::builders::EnableSecurityHubFeatureV2FluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`feature_name(FeatureName)`](crate::operation::enable_security_hub_feature_v2::builders::EnableSecurityHubFeatureV2FluentBuilder::feature_name) / [`set_feature_name(Option<FeatureName>)`](crate::operation::enable_security_hub_feature_v2::builders::EnableSecurityHubFeatureV2FluentBuilder::set_feature_name):<br>required: **true**<br><p>The name of the feature to enable.</p><br>
    /// - On success, responds with [`EnableSecurityHubFeatureV2Output`](crate::operation::enable_security_hub_feature_v2::EnableSecurityHubFeatureV2Output)
    /// - On failure, responds with [`SdkError<EnableSecurityHubFeatureV2Error>`](crate::operation::enable_security_hub_feature_v2::EnableSecurityHubFeatureV2Error)
    pub fn enable_security_hub_feature_v2(
        &self,
    ) -> crate::operation::enable_security_hub_feature_v2::builders::EnableSecurityHubFeatureV2FluentBuilder {
        crate::operation::enable_security_hub_feature_v2::builders::EnableSecurityHubFeatureV2FluentBuilder::new(self.handle.clone())
    }
}