// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CancelRunBatch`](crate::operation::cancel_run_batch::builders::CancelRunBatchFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`batch_id(impl Into<String>)`](crate::operation::cancel_run_batch::builders::CancelRunBatchFluentBuilder::batch_id) / [`set_batch_id(Option<String>)`](crate::operation::cancel_run_batch::builders::CancelRunBatchFluentBuilder::set_batch_id):<br>required: **true**<br><p>The identifier portion of the run batch ARN.</p><br>
/// - On success, responds with [`CancelRunBatchOutput`](crate::operation::cancel_run_batch::CancelRunBatchOutput)
/// - On failure, responds with [`SdkError<CancelRunBatchError>`](crate::operation::cancel_run_batch::CancelRunBatchError)
pub fn cancel_run_batch(&self) -> crate::operation::cancel_run_batch::builders::CancelRunBatchFluentBuilder {
crate::operation::cancel_run_batch::builders::CancelRunBatchFluentBuilder::new(self.handle.clone())
}
}