Struct aws_sdk_iotthingsgraph::operation::list_flow_execution_messages::builders::ListFlowExecutionMessagesOutputBuilder
source · #[non_exhaustive]pub struct ListFlowExecutionMessagesOutputBuilder { /* private fields */ }Expand description
A builder for ListFlowExecutionMessagesOutput.
Implementations§
source§impl ListFlowExecutionMessagesOutputBuilder
impl ListFlowExecutionMessagesOutputBuilder
sourcepub fn messages(self, input: FlowExecutionMessage) -> Self
pub fn messages(self, input: FlowExecutionMessage) -> Self
Appends an item to messages.
To override the contents of this collection use set_messages.
A list of objects that contain information about events in the specified flow execution.
sourcepub fn set_messages(self, input: Option<Vec<FlowExecutionMessage>>) -> Self
pub fn set_messages(self, input: Option<Vec<FlowExecutionMessage>>) -> Self
A list of objects that contain information about events in the specified flow execution.
sourcepub fn get_messages(&self) -> &Option<Vec<FlowExecutionMessage>>
pub fn get_messages(&self) -> &Option<Vec<FlowExecutionMessage>>
A list of objects that contain information about events in the specified flow execution.
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) -> ListFlowExecutionMessagesOutput
pub fn build(self) -> ListFlowExecutionMessagesOutput
Consumes the builder and constructs a ListFlowExecutionMessagesOutput.
Trait Implementations§
source§impl Clone for ListFlowExecutionMessagesOutputBuilder
impl Clone for ListFlowExecutionMessagesOutputBuilder
source§fn clone(&self) -> ListFlowExecutionMessagesOutputBuilder
fn clone(&self) -> ListFlowExecutionMessagesOutputBuilder
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 ListFlowExecutionMessagesOutputBuilder
impl Default for ListFlowExecutionMessagesOutputBuilder
source§fn default() -> ListFlowExecutionMessagesOutputBuilder
fn default() -> ListFlowExecutionMessagesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListFlowExecutionMessagesOutputBuilder
impl PartialEq for ListFlowExecutionMessagesOutputBuilder
source§fn eq(&self, other: &ListFlowExecutionMessagesOutputBuilder) -> bool
fn eq(&self, other: &ListFlowExecutionMessagesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListFlowExecutionMessagesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListFlowExecutionMessagesOutputBuilder
impl Send for ListFlowExecutionMessagesOutputBuilder
impl Sync for ListFlowExecutionMessagesOutputBuilder
impl Unpin for ListFlowExecutionMessagesOutputBuilder
impl UnwindSafe for ListFlowExecutionMessagesOutputBuilder
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.