1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAssessmentFramework`](crate::operation::get_assessment_framework::builders::GetAssessmentFrameworkFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`framework_id(impl Into<String>)`](crate::operation::get_assessment_framework::builders::GetAssessmentFrameworkFluentBuilder::framework_id) / [`set_framework_id(Option<String>)`](crate::operation::get_assessment_framework::builders::GetAssessmentFrameworkFluentBuilder::set_framework_id):<br>required: **true**<br><p> The identifier for the framework. </p><br>
    /// - On success, responds with [`GetAssessmentFrameworkOutput`](crate::operation::get_assessment_framework::GetAssessmentFrameworkOutput) with field(s):
    ///   - [`framework(Option<Framework>)`](crate::operation::get_assessment_framework::GetAssessmentFrameworkOutput::framework): <p> The framework that the <code>GetAssessmentFramework</code> API returned. </p>
    /// - On failure, responds with [`SdkError<GetAssessmentFrameworkError>`](crate::operation::get_assessment_framework::GetAssessmentFrameworkError)
    pub fn get_assessment_framework(&self) -> crate::operation::get_assessment_framework::builders::GetAssessmentFrameworkFluentBuilder {
        crate::operation::get_assessment_framework::builders::GetAssessmentFrameworkFluentBuilder::new(self.handle.clone())
    }
}