// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteProcessingJob`](crate::operation::delete_processing_job::builders::DeleteProcessingJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`processing_job_name(impl Into<String>)`](crate::operation::delete_processing_job::builders::DeleteProcessingJobFluentBuilder::processing_job_name) / [`set_processing_job_name(Option<String>)`](crate::operation::delete_processing_job::builders::DeleteProcessingJobFluentBuilder::set_processing_job_name):<br>required: **true**<br><p>The name of the processing job to delete.</p><br>
/// - On success, responds with [`DeleteProcessingJobOutput`](crate::operation::delete_processing_job::DeleteProcessingJobOutput)
/// - On failure, responds with [`SdkError<DeleteProcessingJobError>`](crate::operation::delete_processing_job::DeleteProcessingJobError)
pub fn delete_processing_job(&self) -> crate::operation::delete_processing_job::builders::DeleteProcessingJobFluentBuilder {
crate::operation::delete_processing_job::builders::DeleteProcessingJobFluentBuilder::new(self.handle.clone())
}
}