// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetFindingsReportStatus`](crate::operation::get_findings_report_status::builders::GetFindingsReportStatusFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`report_id(impl Into<String>)`](crate::operation::get_findings_report_status::builders::GetFindingsReportStatusFluentBuilder::report_id) / [`set_report_id(Option<String>)`](crate::operation::get_findings_report_status::builders::GetFindingsReportStatusFluentBuilder::set_report_id): <p>The ID of the report to retrieve the status of.</p>
/// - On success, responds with [`GetFindingsReportStatusOutput`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput) with field(s):
/// - [`report_id(Option<String>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::report_id): <p>The ID of the report.</p>
/// - [`status(Option<ExternalReportStatus>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::status): <p>The status of the report.</p>
/// - [`error_code(Option<ReportingErrorCode>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::error_code): <p>The error code of the report.</p>
/// - [`error_message(Option<String>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::error_message): <p>The error message of the report.</p>
/// - [`destination(Option<Destination>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::destination): <p>The destination of the report.</p>
/// - [`filter_criteria(Option<FilterCriteria>)`](crate::operation::get_findings_report_status::GetFindingsReportStatusOutput::filter_criteria): <p>The filter criteria associated with the report.</p>
/// - On failure, responds with [`SdkError<GetFindingsReportStatusError>`](crate::operation::get_findings_report_status::GetFindingsReportStatusError)
pub fn get_findings_report_status(&self) -> crate::operation::get_findings_report_status::builders::GetFindingsReportStatusFluentBuilder {
crate::operation::get_findings_report_status::builders::GetFindingsReportStatusFluentBuilder::new(self.handle.clone())
}
}