// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateAssessmentFramework`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl ::std::convert::Into<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::set_name): <p> The name of the new custom framework. </p>
/// - [`description(impl ::std::convert::Into<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::set_description): <p> An optional description for the new custom framework. </p>
/// - [`compliance_type(impl ::std::convert::Into<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::compliance_type) / [`set_compliance_type(Option<String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::set_compliance_type): <p> The compliance type that the new custom framework supports, such as CIS or HIPAA. </p>
/// - [`control_sets(Vec<CreateAssessmentFrameworkControlSet>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::control_sets) / [`set_control_sets(Option<Vec<CreateAssessmentFrameworkControlSet>>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::set_control_sets): <p> The control sets that are associated with the framework. </p>
/// - [`tags(HashMap<String, String>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::tags) / [`set_tags(Option<HashMap<String, String>>)`](crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::set_tags): <p> The tags that are associated with the framework. </p>
/// - On success, responds with [`CreateAssessmentFrameworkOutput`](crate::operation::create_assessment_framework::CreateAssessmentFrameworkOutput) with field(s):
/// - [`framework(Option<Framework>)`](crate::operation::create_assessment_framework::CreateAssessmentFrameworkOutput::framework): <p> The name of the new framework that the <code>CreateAssessmentFramework</code> API returned. </p>
/// - On failure, responds with [`SdkError<CreateAssessmentFrameworkError>`](crate::operation::create_assessment_framework::CreateAssessmentFrameworkError)
pub fn create_assessment_framework(&self) -> crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder {
crate::operation::create_assessment_framework::builders::CreateAssessmentFrameworkFluentBuilder::new(self.handle.clone())
}
}