// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopCodeReviewJob`](crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`agent_space_id(impl Into<String>)`](crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder::set_agent_space_id):<br>required: **true**<br><p>The unique identifier of the agent space.</p><br>
/// - [`code_review_job_id(impl Into<String>)`](crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder::code_review_job_id) / [`set_code_review_job_id(Option<String>)`](crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder::set_code_review_job_id):<br>required: **true**<br><p>The unique identifier of the code review job to stop.</p><br>
/// - On success, responds with [`StopCodeReviewJobOutput`](crate::operation::stop_code_review_job::StopCodeReviewJobOutput)
/// - On failure, responds with [`SdkError<StopCodeReviewJobError>`](crate::operation::stop_code_review_job::StopCodeReviewJobError)
pub fn stop_code_review_job(&self) -> crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder {
crate::operation::stop_code_review_job::builders::StopCodeReviewJobFluentBuilder::new(self.handle.clone())
}
}