Struct aws_sdk_omics::operation::list_runs::builders::ListRunsOutputBuilder
source · #[non_exhaustive]pub struct ListRunsOutputBuilder { /* private fields */ }Expand description
A builder for ListRunsOutput.
Implementations§
source§impl ListRunsOutputBuilder
impl ListRunsOutputBuilder
sourcepub fn items(self, input: RunListItem) -> Self
pub fn items(self, input: RunListItem) -> Self
Appends an item to items.
To override the contents of this collection use set_items.
A list of runs.
sourcepub fn set_items(self, input: Option<Vec<RunListItem>>) -> Self
pub fn set_items(self, input: Option<Vec<RunListItem>>) -> Self
A list of runs.
sourcepub fn get_items(&self) -> &Option<Vec<RunListItem>>
pub fn get_items(&self) -> &Option<Vec<RunListItem>>
A list of runs.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A pagination token that's included if more results are available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A pagination token that's included if more results are available.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A pagination token that's included if more results are available.
sourcepub fn build(self) -> ListRunsOutput
pub fn build(self) -> ListRunsOutput
Consumes the builder and constructs a ListRunsOutput.
Trait Implementations§
source§impl Clone for ListRunsOutputBuilder
impl Clone for ListRunsOutputBuilder
source§fn clone(&self) -> ListRunsOutputBuilder
fn clone(&self) -> ListRunsOutputBuilder
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 ListRunsOutputBuilder
impl Debug for ListRunsOutputBuilder
source§impl Default for ListRunsOutputBuilder
impl Default for ListRunsOutputBuilder
source§fn default() -> ListRunsOutputBuilder
fn default() -> ListRunsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListRunsOutputBuilder
impl PartialEq for ListRunsOutputBuilder
source§fn eq(&self, other: &ListRunsOutputBuilder) -> bool
fn eq(&self, other: &ListRunsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListRunsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListRunsOutputBuilder
impl Send for ListRunsOutputBuilder
impl Sync for ListRunsOutputBuilder
impl Unpin for ListRunsOutputBuilder
impl UnwindSafe for ListRunsOutputBuilder
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