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 [`DescribeBatchSegmentJob`](crate::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`batch_segment_job_arn(impl Into<String>)`](crate::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobFluentBuilder::batch_segment_job_arn) / [`set_batch_segment_job_arn(Option<String>)`](crate::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobFluentBuilder::set_batch_segment_job_arn):<br>required: **true**<br><p>The ARN of the batch segment job to describe.</p><br>
    /// - On success, responds with [`DescribeBatchSegmentJobOutput`](crate::operation::describe_batch_segment_job::DescribeBatchSegmentJobOutput) with field(s):
    ///   - [`batch_segment_job(Option<BatchSegmentJob>)`](crate::operation::describe_batch_segment_job::DescribeBatchSegmentJobOutput::batch_segment_job): <p>Information on the specified batch segment job.</p>
    /// - On failure, responds with [`SdkError<DescribeBatchSegmentJobError>`](crate::operation::describe_batch_segment_job::DescribeBatchSegmentJobError)
    pub fn describe_batch_segment_job(&self) -> crate::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobFluentBuilder {
        crate::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobFluentBuilder::new(self.handle.clone())
    }
}