#[non_exhaustive]pub struct ExportNotebookOutputBuilder { /* private fields */ }Expand description
A builder for ExportNotebookOutput.
Implementations§
source§impl ExportNotebookOutputBuilder
impl ExportNotebookOutputBuilder
sourcepub fn notebook_metadata(self, input: NotebookMetadata) -> Self
pub fn notebook_metadata(self, input: NotebookMetadata) -> Self
The notebook metadata, including notebook ID, notebook name, and workgroup name.
sourcepub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
pub fn set_notebook_metadata(self, input: Option<NotebookMetadata>) -> Self
The notebook metadata, including notebook ID, notebook name, and workgroup name.
sourcepub fn get_notebook_metadata(&self) -> &Option<NotebookMetadata>
pub fn get_notebook_metadata(&self) -> &Option<NotebookMetadata>
The notebook metadata, including notebook ID, notebook name, and workgroup name.
sourcepub fn set_payload(self, input: Option<String>) -> Self
pub fn set_payload(self, input: Option<String>) -> Self
The content of the exported notebook.
sourcepub fn get_payload(&self) -> &Option<String>
pub fn get_payload(&self) -> &Option<String>
The content of the exported notebook.
sourcepub fn build(self) -> ExportNotebookOutput
pub fn build(self) -> ExportNotebookOutput
Consumes the builder and constructs a ExportNotebookOutput.
Trait Implementations§
source§impl Clone for ExportNotebookOutputBuilder
impl Clone for ExportNotebookOutputBuilder
source§fn clone(&self) -> ExportNotebookOutputBuilder
fn clone(&self) -> ExportNotebookOutputBuilder
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 ExportNotebookOutputBuilder
impl Debug for ExportNotebookOutputBuilder
source§impl Default for ExportNotebookOutputBuilder
impl Default for ExportNotebookOutputBuilder
source§fn default() -> ExportNotebookOutputBuilder
fn default() -> ExportNotebookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ExportNotebookOutputBuilder
impl PartialEq for ExportNotebookOutputBuilder
source§fn eq(&self, other: &ExportNotebookOutputBuilder) -> bool
fn eq(&self, other: &ExportNotebookOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExportNotebookOutputBuilder
Auto Trait Implementations§
impl Freeze for ExportNotebookOutputBuilder
impl RefUnwindSafe for ExportNotebookOutputBuilder
impl Send for ExportNotebookOutputBuilder
impl Sync for ExportNotebookOutputBuilder
impl Unpin for ExportNotebookOutputBuilder
impl UnwindSafe for ExportNotebookOutputBuilder
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.