#[non_exhaustive]pub struct ImportNotebookOutputBuilder { /* private fields */ }Expand description
A builder for ImportNotebookOutput.
Implementations§
source§impl ImportNotebookOutputBuilder
impl ImportNotebookOutputBuilder
sourcepub fn notebook_id(self, input: impl Into<String>) -> Self
pub fn notebook_id(self, input: impl Into<String>) -> Self
The ID assigned to the imported notebook.
sourcepub fn set_notebook_id(self, input: Option<String>) -> Self
pub fn set_notebook_id(self, input: Option<String>) -> Self
The ID assigned to the imported notebook.
sourcepub fn get_notebook_id(&self) -> &Option<String>
pub fn get_notebook_id(&self) -> &Option<String>
The ID assigned to the imported notebook.
sourcepub fn build(self) -> ImportNotebookOutput
pub fn build(self) -> ImportNotebookOutput
Consumes the builder and constructs a ImportNotebookOutput.
Trait Implementations§
source§impl Clone for ImportNotebookOutputBuilder
impl Clone for ImportNotebookOutputBuilder
source§fn clone(&self) -> ImportNotebookOutputBuilder
fn clone(&self) -> ImportNotebookOutputBuilder
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 Debug for ImportNotebookOutputBuilder
impl Debug for ImportNotebookOutputBuilder
source§impl Default for ImportNotebookOutputBuilder
impl Default for ImportNotebookOutputBuilder
source§fn default() -> ImportNotebookOutputBuilder
fn default() -> ImportNotebookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ImportNotebookOutputBuilder
impl PartialEq for ImportNotebookOutputBuilder
source§fn eq(&self, other: &ImportNotebookOutputBuilder) -> bool
fn eq(&self, other: &ImportNotebookOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImportNotebookOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ImportNotebookOutputBuilder
impl Send for ImportNotebookOutputBuilder
impl Sync for ImportNotebookOutputBuilder
impl Unpin for ImportNotebookOutputBuilder
impl UnwindSafe for ImportNotebookOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.