1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopNotebookInstance`](crate::operation::stop_notebook_instance::builders::StopNotebookInstanceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`notebook_instance_name(impl Into<String>)`](crate::operation::stop_notebook_instance::builders::StopNotebookInstanceFluentBuilder::notebook_instance_name) / [`set_notebook_instance_name(Option<String>)`](crate::operation::stop_notebook_instance::builders::StopNotebookInstanceFluentBuilder::set_notebook_instance_name): <p>The name of the notebook instance to terminate.</p>
    /// - On success, responds with [`StopNotebookInstanceOutput`](crate::operation::stop_notebook_instance::StopNotebookInstanceOutput)
    /// - On failure, responds with [`SdkError<StopNotebookInstanceError>`](crate::operation::stop_notebook_instance::StopNotebookInstanceError)
    pub fn stop_notebook_instance(&self) -> crate::operation::stop_notebook_instance::builders::StopNotebookInstanceFluentBuilder {
        crate::operation::stop_notebook_instance::builders::StopNotebookInstanceFluentBuilder::new(self.handle.clone())
    }
}