aws-sdk-codebuild 1.122.0

AWS SDK for AWS CodeBuild
Documentation
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 [`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())
    }
}