1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CancelExportJob`](crate::operation::cancel_export_job::builders::CancelExportJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::cancel_export_job::builders::CancelExportJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::cancel_export_job::builders::CancelExportJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The export job ID.</p><br>
    /// - On success, responds with [`CancelExportJobOutput`](crate::operation::cancel_export_job::CancelExportJobOutput)
    /// - On failure, responds with [`SdkError<CancelExportJobError>`](crate::operation::cancel_export_job::CancelExportJobError)
    pub fn cancel_export_job(&self) -> crate::operation::cancel_export_job::builders::CancelExportJobFluentBuilder {
        crate::operation::cancel_export_job::builders::CancelExportJobFluentBuilder::new(self.handle.clone())
    }
}