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 [`CancelSbomExport`](crate::operation::cancel_sbom_export::builders::CancelSbomExportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`report_id(impl Into<String>)`](crate::operation::cancel_sbom_export::builders::CancelSbomExportFluentBuilder::report_id) / [`set_report_id(Option<String>)`](crate::operation::cancel_sbom_export::builders::CancelSbomExportFluentBuilder::set_report_id): <p>The report ID of the SBOM export to cancel.</p>
    /// - On success, responds with [`CancelSbomExportOutput`](crate::operation::cancel_sbom_export::CancelSbomExportOutput) with field(s):
    ///   - [`report_id(Option<String>)`](crate::operation::cancel_sbom_export::CancelSbomExportOutput::report_id): <p>The report ID of the canceled SBOM export.</p>
    /// - On failure, responds with [`SdkError<CancelSbomExportError>`](crate::operation::cancel_sbom_export::CancelSbomExportError)
    pub fn cancel_sbom_export(&self) -> crate::operation::cancel_sbom_export::builders::CancelSbomExportFluentBuilder {
        crate::operation::cancel_sbom_export::builders::CancelSbomExportFluentBuilder::new(self.handle.clone())
    }
}