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 [`GetNotebookMetadata`](crate::operation::get_notebook_metadata::builders::GetNotebookMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`notebook_id(impl Into<String>)`](crate::operation::get_notebook_metadata::builders::GetNotebookMetadataFluentBuilder::notebook_id) / [`set_notebook_id(Option<String>)`](crate::operation::get_notebook_metadata::builders::GetNotebookMetadataFluentBuilder::set_notebook_id):<br>required: **true**<br><p>The ID of the notebook whose metadata is to be retrieved.</p><br>
    /// - On success, responds with [`GetNotebookMetadataOutput`](crate::operation::get_notebook_metadata::GetNotebookMetadataOutput) with field(s):
    ///   - [`notebook_metadata(Option<NotebookMetadata>)`](crate::operation::get_notebook_metadata::GetNotebookMetadataOutput::notebook_metadata): <p>The metadata that is returned for the specified notebook ID.</p>
    /// - On failure, responds with [`SdkError<GetNotebookMetadataError>`](crate::operation::get_notebook_metadata::GetNotebookMetadataError)
    pub fn get_notebook_metadata(&self) -> crate::operation::get_notebook_metadata::builders::GetNotebookMetadataFluentBuilder {
        crate::operation::get_notebook_metadata::builders::GetNotebookMetadataFluentBuilder::new(self.handle.clone())
    }
}