aws-sdk-comprehendmedical 1.95.0

AWS SDK for AWS Comprehend Medical
Documentation
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 [`DescribePHIDetectionJob`](crate::operation::describe_phi_detection_job::builders::DescribePHIDetectionJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::describe_phi_detection_job::builders::DescribePHIDetectionJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::describe_phi_detection_job::builders::DescribePHIDetectionJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier that Amazon Comprehend Medical generated for the job. The <code>StartPHIDetectionJob</code> operation returns this identifier in its response.</p><br>
    /// - On success, responds with [`DescribePhiDetectionJobOutput`](crate::operation::describe_phi_detection_job::DescribePhiDetectionJobOutput) with field(s):
    ///   - [`comprehend_medical_async_job_properties(Option<ComprehendMedicalAsyncJobProperties>)`](crate::operation::describe_phi_detection_job::DescribePhiDetectionJobOutput::comprehend_medical_async_job_properties): <p>An object that contains the properties associated with a detection job.</p>
    /// - On failure, responds with [`SdkError<DescribePHIDetectionJobError>`](crate::operation::describe_phi_detection_job::DescribePHIDetectionJobError)
    pub fn describe_phi_detection_job(&self) -> crate::operation::describe_phi_detection_job::builders::DescribePHIDetectionJobFluentBuilder {
        crate::operation::describe_phi_detection_job::builders::DescribePHIDetectionJobFluentBuilder::new(self.handle.clone())
    }
}