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 [`DescribeBatchLoadTask`](crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`task_id(impl Into<String>)`](crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskFluentBuilder::task_id) / [`set_task_id(Option<String>)`](crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskFluentBuilder::set_task_id): <p>The ID of the batch load task.</p>
    /// - On success, responds with [`DescribeBatchLoadTaskOutput`](crate::operation::describe_batch_load_task::DescribeBatchLoadTaskOutput) with field(s):
    ///   - [`batch_load_task_description(Option<BatchLoadTaskDescription>)`](crate::operation::describe_batch_load_task::DescribeBatchLoadTaskOutput::batch_load_task_description): <p>Description of the batch load task.</p>
    /// - On failure, responds with [`SdkError<DescribeBatchLoadTaskError>`](crate::operation::describe_batch_load_task::DescribeBatchLoadTaskError)
    pub fn describe_batch_load_task(&self) -> crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskFluentBuilder {
        crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskFluentBuilder::new(self.handle.clone())
    }
}