// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopFleet`](crate::operation::stop_fleet::builders::StopFleetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::stop_fleet::builders::StopFleetFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::stop_fleet::builders::StopFleetFluentBuilder::set_name):<br>required: **true**<br><p>The name of the fleet.</p><br>
/// - On success, responds with [`StopFleetOutput`](crate::operation::stop_fleet::StopFleetOutput)
/// - On failure, responds with [`SdkError<StopFleetError>`](crate::operation::stop_fleet::StopFleetError)
pub fn stop_fleet(&self) -> crate::operation::stop_fleet::builders::StopFleetFluentBuilder {
crate::operation::stop_fleet::builders::StopFleetFluentBuilder::new(self.handle.clone())
}
}