// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopSandbox`](crate::operation::stop_sandbox::builders::StopSandboxFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::stop_sandbox::builders::StopSandboxFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::stop_sandbox::builders::StopSandboxFluentBuilder::set_id):<br>required: **true**<br><p>Information about the requested sandbox ID.</p><br>
/// - On success, responds with [`StopSandboxOutput`](crate::operation::stop_sandbox::StopSandboxOutput) with field(s):
/// - [`sandbox(Option<Sandbox>)`](crate::operation::stop_sandbox::StopSandboxOutput::sandbox): <p>Information about the requested sandbox.</p>
/// - On failure, responds with [`SdkError<StopSandboxError>`](crate::operation::stop_sandbox::StopSandboxError)
pub fn stop_sandbox(&self) -> crate::operation::stop_sandbox::builders::StopSandboxFluentBuilder {
crate::operation::stop_sandbox::builders::StopSandboxFluentBuilder::new(self.handle.clone())
}
}