#[non_exhaustive]pub struct ListWorkflowsOutputBuilder { /* private fields */ }
Expand description
A builder for ListWorkflowsOutput
.
Implementations§
source§impl ListWorkflowsOutputBuilder
impl ListWorkflowsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the NextToken
parameter in a subsequent command to continue listing additional workflows.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the NextToken
parameter in a subsequent command to continue listing additional workflows.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
ListWorkflows
returns the NextToken
parameter in the output. You can then pass the NextToken
parameter in a subsequent command to continue listing additional workflows.
sourcepub fn workflows(self, input: ListedWorkflow) -> Self
pub fn workflows(self, input: ListedWorkflow) -> Self
Appends an item to workflows
.
To override the contents of this collection use set_workflows
.
Returns the Arn
, WorkflowId
, and Description
for each workflow.
sourcepub fn set_workflows(self, input: Option<Vec<ListedWorkflow>>) -> Self
pub fn set_workflows(self, input: Option<Vec<ListedWorkflow>>) -> Self
Returns the Arn
, WorkflowId
, and Description
for each workflow.
sourcepub fn get_workflows(&self) -> &Option<Vec<ListedWorkflow>>
pub fn get_workflows(&self) -> &Option<Vec<ListedWorkflow>>
Returns the Arn
, WorkflowId
, and Description
for each workflow.
sourcepub fn build(self) -> Result<ListWorkflowsOutput, BuildError>
pub fn build(self) -> Result<ListWorkflowsOutput, BuildError>
Consumes the builder and constructs a ListWorkflowsOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListWorkflowsOutputBuilder
impl Clone for ListWorkflowsOutputBuilder
source§fn clone(&self) -> ListWorkflowsOutputBuilder
fn clone(&self) -> ListWorkflowsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for ListWorkflowsOutputBuilder
impl PartialEq for ListWorkflowsOutputBuilder
source§fn eq(&self, other: &ListWorkflowsOutputBuilder) -> bool
fn eq(&self, other: &ListWorkflowsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.