// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetAssessmentReport`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`assessment_run_arn(impl Into<String>)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::assessment_run_arn) / [`set_assessment_run_arn(Option<String>)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::set_assessment_run_arn):<br>required: **true**<br><p>The ARN that specifies the assessment run for which you want to generate a report.</p><br>
/// - [`report_file_format(ReportFileFormat)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::report_file_format) / [`set_report_file_format(Option<ReportFileFormat>)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::set_report_file_format):<br>required: **true**<br><p>Specifies the file format (html or pdf) of the assessment report that you want to generate.</p><br>
/// - [`report_type(ReportType)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::report_type) / [`set_report_type(Option<ReportType>)`](crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::set_report_type):<br>required: **true**<br><p>Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html">Assessment Reports</a>. </p><br>
/// - On success, responds with [`GetAssessmentReportOutput`](crate::operation::get_assessment_report::GetAssessmentReportOutput) with field(s):
/// - [`status(ReportStatus)`](crate::operation::get_assessment_report::GetAssessmentReportOutput::status): <p>Specifies the status of the request to generate an assessment report. </p>
/// - [`url(Option<String>)`](crate::operation::get_assessment_report::GetAssessmentReportOutput::url): <p>Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.</p>
/// - On failure, responds with [`SdkError<GetAssessmentReportError>`](crate::operation::get_assessment_report::GetAssessmentReportError)
pub fn get_assessment_report(&self) -> crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder {
crate::operation::get_assessment_report::builders::GetAssessmentReportFluentBuilder::new(self.handle.clone())
}
}