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 [`CancelFindingsReport`](crate::operation::cancel_findings_report::builders::CancelFindingsReportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`report_id(impl Into<String>)`](crate::operation::cancel_findings_report::builders::CancelFindingsReportFluentBuilder::report_id) / [`set_report_id(Option<String>)`](crate::operation::cancel_findings_report::builders::CancelFindingsReportFluentBuilder::set_report_id): <p>The ID of the report to be canceled.</p>
    /// - On success, responds with [`CancelFindingsReportOutput`](crate::operation::cancel_findings_report::CancelFindingsReportOutput) with field(s):
    ///   - [`report_id(Option<String>)`](crate::operation::cancel_findings_report::CancelFindingsReportOutput::report_id): <p>The ID of the canceled report.</p>
    /// - On failure, responds with [`SdkError<CancelFindingsReportError>`](crate::operation::cancel_findings_report::CancelFindingsReportError)
    pub fn cancel_findings_report(&self) -> crate::operation::cancel_findings_report::builders::CancelFindingsReportFluentBuilder {
        crate::operation::cancel_findings_report::builders::CancelFindingsReportFluentBuilder::new(self.handle.clone())
    }
}