#[non_exhaustive]pub struct ListWorkflowsOutputBuilder { /* private fields */ }
Expand description
A builder for ListWorkflowsOutput
.
Implementations§
source§impl ListWorkflowsOutputBuilder
impl ListWorkflowsOutputBuilder
sourcepub fn items(self, input: WorkflowListItem) -> Self
pub fn items(self, input: WorkflowListItem) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The workflows' items.
sourcepub fn set_items(self, input: Option<Vec<WorkflowListItem>>) -> Self
pub fn set_items(self, input: Option<Vec<WorkflowListItem>>) -> Self
The workflows' items.
sourcepub fn get_items(&self) -> &Option<Vec<WorkflowListItem>>
pub fn get_items(&self) -> &Option<Vec<WorkflowListItem>>
The workflows' items.
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) -> ListWorkflowsOutput
pub fn build(self) -> ListWorkflowsOutput
Consumes the builder and constructs a ListWorkflowsOutput
.
Trait Implementations§
source§impl Clone for ListWorkflowsOutputBuilder
impl Clone for ListWorkflowsOutputBuilder
source§fn clone(&self) -> ListWorkflowsOutputBuilder
fn clone(&self) -> ListWorkflowsOutputBuilder
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 ListWorkflowsOutputBuilder
impl Debug for ListWorkflowsOutputBuilder
source§impl Default for ListWorkflowsOutputBuilder
impl Default for ListWorkflowsOutputBuilder
source§fn default() -> ListWorkflowsOutputBuilder
fn default() -> ListWorkflowsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListWorkflowsOutputBuilder> for ListWorkflowsOutputBuilder
impl PartialEq<ListWorkflowsOutputBuilder> for ListWorkflowsOutputBuilder
source§fn eq(&self, other: &ListWorkflowsOutputBuilder) -> bool
fn eq(&self, other: &ListWorkflowsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListWorkflowsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListWorkflowsOutputBuilder
impl Send for ListWorkflowsOutputBuilder
impl Sync for ListWorkflowsOutputBuilder
impl Unpin for ListWorkflowsOutputBuilder
impl UnwindSafe for ListWorkflowsOutputBuilder
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