Struct aws_sdk_iotthingsgraph::operation::search_flow_executions::builders::SearchFlowExecutionsOutputBuilder
source · #[non_exhaustive]pub struct SearchFlowExecutionsOutputBuilder { /* private fields */ }Expand description
A builder for SearchFlowExecutionsOutput.
Implementations§
source§impl SearchFlowExecutionsOutputBuilder
impl SearchFlowExecutionsOutputBuilder
sourcepub fn summaries(self, input: FlowExecutionSummary) -> Self
pub fn summaries(self, input: FlowExecutionSummary) -> Self
Appends an item to summaries.
To override the contents of this collection use set_summaries.
An array of objects that contain summary information about each workflow execution in the result set.
sourcepub fn set_summaries(self, input: Option<Vec<FlowExecutionSummary>>) -> Self
pub fn set_summaries(self, input: Option<Vec<FlowExecutionSummary>>) -> Self
An array of objects that contain summary information about each workflow execution in the result set.
sourcepub fn get_summaries(&self) -> &Option<Vec<FlowExecutionSummary>>
pub fn get_summaries(&self) -> &Option<Vec<FlowExecutionSummary>>
An array of objects that contain summary information about each workflow execution in the result set.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string to specify as nextToken when you request the next page of results.
sourcepub fn build(self) -> SearchFlowExecutionsOutput
pub fn build(self) -> SearchFlowExecutionsOutput
Consumes the builder and constructs a SearchFlowExecutionsOutput.
Trait Implementations§
source§impl Clone for SearchFlowExecutionsOutputBuilder
impl Clone for SearchFlowExecutionsOutputBuilder
source§fn clone(&self) -> SearchFlowExecutionsOutputBuilder
fn clone(&self) -> SearchFlowExecutionsOutputBuilder
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 SearchFlowExecutionsOutputBuilder
impl Default for SearchFlowExecutionsOutputBuilder
source§fn default() -> SearchFlowExecutionsOutputBuilder
fn default() -> SearchFlowExecutionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SearchFlowExecutionsOutputBuilder
impl PartialEq for SearchFlowExecutionsOutputBuilder
source§fn eq(&self, other: &SearchFlowExecutionsOutputBuilder) -> bool
fn eq(&self, other: &SearchFlowExecutionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SearchFlowExecutionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SearchFlowExecutionsOutputBuilder
impl Send for SearchFlowExecutionsOutputBuilder
impl Sync for SearchFlowExecutionsOutputBuilder
impl Unpin for SearchFlowExecutionsOutputBuilder
impl UnwindSafe for SearchFlowExecutionsOutputBuilder
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.