aws-sdk-comprehendmedical 1.92.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 [`StopPHIDetectionJob`](crate::operation::stop_phi_detection_job::builders::StopPHIDetectionJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::stop_phi_detection_job::builders::StopPHIDetectionJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::stop_phi_detection_job::builders::StopPHIDetectionJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier of the PHI detection job to stop.</p><br>
    /// - On success, responds with [`StopPhiDetectionJobOutput`](crate::operation::stop_phi_detection_job::StopPhiDetectionJobOutput) with field(s):
    ///   - [`job_id(Option<String>)`](crate::operation::stop_phi_detection_job::StopPhiDetectionJobOutput::job_id): <p>The identifier of the PHI detection job that was stopped.</p>
    /// - On failure, responds with [`SdkError<StopPHIDetectionJobError>`](crate::operation::stop_phi_detection_job::StopPHIDetectionJobError)
    pub fn stop_phi_detection_job(&self) -> crate::operation::stop_phi_detection_job::builders::StopPHIDetectionJobFluentBuilder {
        crate::operation::stop_phi_detection_job::builders::StopPHIDetectionJobFluentBuilder::new(self.handle.clone())
    }
}