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 [`StopBuildBatch`](crate::operation::stop_build_batch::builders::StopBuildBatchFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::stop_build_batch::builders::StopBuildBatchFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::stop_build_batch::builders::StopBuildBatchFluentBuilder::set_id):<br>required: **true**<br><p>The identifier of the batch build to stop.</p><br>
    /// - On success, responds with [`StopBuildBatchOutput`](crate::operation::stop_build_batch::StopBuildBatchOutput) with field(s):
    ///   - [`build_batch(Option<BuildBatch>)`](crate::operation::stop_build_batch::StopBuildBatchOutput::build_batch): <p>Contains information about a batch build.</p>
    /// - On failure, responds with [`SdkError<StopBuildBatchError>`](crate::operation::stop_build_batch::StopBuildBatchError)
    pub fn stop_build_batch(&self) -> crate::operation::stop_build_batch::builders::StopBuildBatchFluentBuilder {
        crate::operation::stop_build_batch::builders::StopBuildBatchFluentBuilder::new(self.handle.clone())
    }
}