// 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())
}
}