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 [`DescribeDominantLanguageDetectionJob`](crate::operation::describe_dominant_language_detection_job::builders::DescribeDominantLanguageDetectionJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::describe_dominant_language_detection_job::builders::DescribeDominantLanguageDetectionJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::describe_dominant_language_detection_job::builders::DescribeDominantLanguageDetectionJobFluentBuilder::set_job_id): <p>The identifier that Amazon Comprehend generated for the job. The <code>StartDominantLanguageDetectionJob</code> operation returns this identifier in its response.</p>
    /// - On success, responds with [`DescribeDominantLanguageDetectionJobOutput`](crate::operation::describe_dominant_language_detection_job::DescribeDominantLanguageDetectionJobOutput) with field(s):
    ///   - [`dominant_language_detection_job_properties(Option<DominantLanguageDetectionJobProperties>)`](crate::operation::describe_dominant_language_detection_job::DescribeDominantLanguageDetectionJobOutput::dominant_language_detection_job_properties): <p>An object that contains the properties associated with a dominant language detection job.</p>
    /// - On failure, responds with [`SdkError<DescribeDominantLanguageDetectionJobError>`](crate::operation::describe_dominant_language_detection_job::DescribeDominantLanguageDetectionJobError)
    pub fn describe_dominant_language_detection_job(&self) -> crate::operation::describe_dominant_language_detection_job::builders::DescribeDominantLanguageDetectionJobFluentBuilder{
        crate::operation::describe_dominant_language_detection_job::builders::DescribeDominantLanguageDetectionJobFluentBuilder::new(self.handle.clone())
    }
}