// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartNotebookInstance`](crate::operation::start_notebook_instance::builders::StartNotebookInstanceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`notebook_instance_name(impl Into<String>)`](crate::operation::start_notebook_instance::builders::StartNotebookInstanceFluentBuilder::notebook_instance_name) / [`set_notebook_instance_name(Option<String>)`](crate::operation::start_notebook_instance::builders::StartNotebookInstanceFluentBuilder::set_notebook_instance_name): <p>The name of the notebook instance to start.</p>
/// - On success, responds with [`StartNotebookInstanceOutput`](crate::operation::start_notebook_instance::StartNotebookInstanceOutput)
/// - On failure, responds with [`SdkError<StartNotebookInstanceError>`](crate::operation::start_notebook_instance::StartNotebookInstanceError)
pub fn start_notebook_instance(&self) -> crate::operation::start_notebook_instance::builders::StartNotebookInstanceFluentBuilder {
crate::operation::start_notebook_instance::builders::StartNotebookInstanceFluentBuilder::new(self.handle.clone())
}
}