Struct aws_sdk_emr::operation::list_notebook_executions::builders::ListNotebookExecutionsOutputBuilder
source · #[non_exhaustive]pub struct ListNotebookExecutionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListNotebookExecutionsOutput
.
Implementations§
source§impl ListNotebookExecutionsOutputBuilder
impl ListNotebookExecutionsOutputBuilder
sourcepub fn notebook_executions(self, input: NotebookExecutionSummary) -> Self
pub fn notebook_executions(self, input: NotebookExecutionSummary) -> Self
Appends an item to notebook_executions
.
To override the contents of this collection use set_notebook_executions
.
A list of notebook executions.
sourcepub fn set_notebook_executions(
self,
input: Option<Vec<NotebookExecutionSummary>>
) -> Self
pub fn set_notebook_executions( self, input: Option<Vec<NotebookExecutionSummary>> ) -> Self
A list of notebook executions.
sourcepub fn get_notebook_executions(&self) -> &Option<Vec<NotebookExecutionSummary>>
pub fn get_notebook_executions(&self) -> &Option<Vec<NotebookExecutionSummary>>
A list of notebook executions.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
A pagination token that a subsequent ListNotebookExecutions
can use to determine the next set of results to retrieve.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
A pagination token that a subsequent ListNotebookExecutions
can use to determine the next set of results to retrieve.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
A pagination token that a subsequent ListNotebookExecutions
can use to determine the next set of results to retrieve.
sourcepub fn build(self) -> ListNotebookExecutionsOutput
pub fn build(self) -> ListNotebookExecutionsOutput
Consumes the builder and constructs a ListNotebookExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListNotebookExecutionsOutputBuilder
impl Clone for ListNotebookExecutionsOutputBuilder
source§fn clone(&self) -> ListNotebookExecutionsOutputBuilder
fn clone(&self) -> ListNotebookExecutionsOutputBuilder
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 ListNotebookExecutionsOutputBuilder
impl Default for ListNotebookExecutionsOutputBuilder
source§fn default() -> ListNotebookExecutionsOutputBuilder
fn default() -> ListNotebookExecutionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListNotebookExecutionsOutputBuilder
impl PartialEq for ListNotebookExecutionsOutputBuilder
source§fn eq(&self, other: &ListNotebookExecutionsOutputBuilder) -> bool
fn eq(&self, other: &ListNotebookExecutionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListNotebookExecutionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListNotebookExecutionsOutputBuilder
impl Send for ListNotebookExecutionsOutputBuilder
impl Sync for ListNotebookExecutionsOutputBuilder
impl Unpin for ListNotebookExecutionsOutputBuilder
impl UnwindSafe for ListNotebookExecutionsOutputBuilder
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.