Struct aws_sdk_athena::operation::get_notebook_metadata::builders::GetNotebookMetadataInputBuilder
source · #[non_exhaustive]pub struct GetNotebookMetadataInputBuilder { /* private fields */ }Expand description
A builder for GetNotebookMetadataInput.
Implementations§
source§impl GetNotebookMetadataInputBuilder
impl GetNotebookMetadataInputBuilder
sourcepub fn notebook_id(self, input: impl Into<String>) -> Self
pub fn notebook_id(self, input: impl Into<String>) -> Self
The ID of the notebook whose metadata is to be retrieved.
sourcepub fn set_notebook_id(self, input: Option<String>) -> Self
pub fn set_notebook_id(self, input: Option<String>) -> Self
The ID of the notebook whose metadata is to be retrieved.
sourcepub fn get_notebook_id(&self) -> &Option<String>
pub fn get_notebook_id(&self) -> &Option<String>
The ID of the notebook whose metadata is to be retrieved.
sourcepub fn build(self) -> Result<GetNotebookMetadataInput, BuildError>
pub fn build(self) -> Result<GetNotebookMetadataInput, BuildError>
Consumes the builder and constructs a GetNotebookMetadataInput.
source§impl GetNotebookMetadataInputBuilder
impl GetNotebookMetadataInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetNotebookMetadataOutput, SdkError<GetNotebookMetadataError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetNotebookMetadataOutput, SdkError<GetNotebookMetadataError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetNotebookMetadataInputBuilder
impl Clone for GetNotebookMetadataInputBuilder
source§fn clone(&self) -> GetNotebookMetadataInputBuilder
fn clone(&self) -> GetNotebookMetadataInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetNotebookMetadataInputBuilder
impl Default for GetNotebookMetadataInputBuilder
source§fn default() -> GetNotebookMetadataInputBuilder
fn default() -> GetNotebookMetadataInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetNotebookMetadataInputBuilder> for GetNotebookMetadataInputBuilder
impl PartialEq<GetNotebookMetadataInputBuilder> for GetNotebookMetadataInputBuilder
source§fn eq(&self, other: &GetNotebookMetadataInputBuilder) -> bool
fn eq(&self, other: &GetNotebookMetadataInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetNotebookMetadataInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetNotebookMetadataInputBuilder
impl Send for GetNotebookMetadataInputBuilder
impl Sync for GetNotebookMetadataInputBuilder
impl Unpin for GetNotebookMetadataInputBuilder
impl UnwindSafe for GetNotebookMetadataInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more