// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeTargetedSentimentDetectionJob`](crate::operation::describe_targeted_sentiment_detection_job::builders::DescribeTargetedSentimentDetectionJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`job_id(impl Into<String>)`](crate::operation::describe_targeted_sentiment_detection_job::builders::DescribeTargetedSentimentDetectionJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::describe_targeted_sentiment_detection_job::builders::DescribeTargetedSentimentDetectionJobFluentBuilder::set_job_id): <p>The identifier that Amazon Comprehend generated for the job. The <code>StartTargetedSentimentDetectionJob</code> operation returns this identifier in its response.</p>
/// - On success, responds with [`DescribeTargetedSentimentDetectionJobOutput`](crate::operation::describe_targeted_sentiment_detection_job::DescribeTargetedSentimentDetectionJobOutput) with field(s):
/// - [`targeted_sentiment_detection_job_properties(Option<TargetedSentimentDetectionJobProperties>)`](crate::operation::describe_targeted_sentiment_detection_job::DescribeTargetedSentimentDetectionJobOutput::targeted_sentiment_detection_job_properties): <p>An object that contains the properties associated with a targeted sentiment detection job.</p>
/// - On failure, responds with [`SdkError<DescribeTargetedSentimentDetectionJobError>`](crate::operation::describe_targeted_sentiment_detection_job::DescribeTargetedSentimentDetectionJobError)
pub fn describe_targeted_sentiment_detection_job(&self) -> crate::operation::describe_targeted_sentiment_detection_job::builders::DescribeTargetedSentimentDetectionJobFluentBuilder{
crate::operation::describe_targeted_sentiment_detection_job::builders::DescribeTargetedSentimentDetectionJobFluentBuilder::new(self.handle.clone())
}
}