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 [`CancelLoaderJob`](crate::operation::cancel_loader_job::builders::CancelLoaderJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`load_id(impl Into<String>)`](crate::operation::cancel_loader_job::builders::CancelLoaderJobFluentBuilder::load_id) / [`set_load_id(Option<String>)`](crate::operation::cancel_loader_job::builders::CancelLoaderJobFluentBuilder::set_load_id):<br>required: **true**<br><p>The ID of the load job to be deleted.</p><br>
    /// - On success, responds with [`CancelLoaderJobOutput`](crate::operation::cancel_loader_job::CancelLoaderJobOutput) with field(s):
    ///   - [`status(Option<String>)`](crate::operation::cancel_loader_job::CancelLoaderJobOutput::status): <p>The cancellation status.</p>
    /// - On failure, responds with [`SdkError<CancelLoaderJobError>`](crate::operation::cancel_loader_job::CancelLoaderJobError)
    pub fn cancel_loader_job(&self) -> crate::operation::cancel_loader_job::builders::CancelLoaderJobFluentBuilder {
        crate::operation::cancel_loader_job::builders::CancelLoaderJobFluentBuilder::new(self.handle.clone())
    }
}