Struct aws_sdk_iotthingsgraph::operation::list_flow_execution_messages::builders::ListFlowExecutionMessagesInputBuilder
source · #[non_exhaustive]pub struct ListFlowExecutionMessagesInputBuilder { /* private fields */ }Expand description
A builder for ListFlowExecutionMessagesInput.
Implementations§
source§impl ListFlowExecutionMessagesInputBuilder
impl ListFlowExecutionMessagesInputBuilder
sourcepub fn flow_execution_id(self, input: impl Into<String>) -> Self
pub fn flow_execution_id(self, input: impl Into<String>) -> Self
The ID of the flow execution.
This field is required.sourcepub fn set_flow_execution_id(self, input: Option<String>) -> Self
pub fn set_flow_execution_id(self, input: Option<String>) -> Self
The ID of the flow execution.
sourcepub fn get_flow_execution_id(&self) -> &Option<String>
pub fn get_flow_execution_id(&self) -> &Option<String>
The ID of the flow execution.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string that specifies the next page of results. Use this when you're paginating results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return in the response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return in the response.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to return in the response.
sourcepub fn build(self) -> Result<ListFlowExecutionMessagesInput, BuildError>
pub fn build(self) -> Result<ListFlowExecutionMessagesInput, BuildError>
Consumes the builder and constructs a ListFlowExecutionMessagesInput.
source§impl ListFlowExecutionMessagesInputBuilder
impl ListFlowExecutionMessagesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListFlowExecutionMessagesOutput, SdkError<ListFlowExecutionMessagesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListFlowExecutionMessagesOutput, SdkError<ListFlowExecutionMessagesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListFlowExecutionMessagesInputBuilder
impl Clone for ListFlowExecutionMessagesInputBuilder
source§fn clone(&self) -> ListFlowExecutionMessagesInputBuilder
fn clone(&self) -> ListFlowExecutionMessagesInputBuilder
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 ListFlowExecutionMessagesInputBuilder
impl Default for ListFlowExecutionMessagesInputBuilder
source§fn default() -> ListFlowExecutionMessagesInputBuilder
fn default() -> ListFlowExecutionMessagesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListFlowExecutionMessagesInputBuilder
impl PartialEq for ListFlowExecutionMessagesInputBuilder
source§fn eq(&self, other: &ListFlowExecutionMessagesInputBuilder) -> bool
fn eq(&self, other: &ListFlowExecutionMessagesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListFlowExecutionMessagesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListFlowExecutionMessagesInputBuilder
impl Send for ListFlowExecutionMessagesInputBuilder
impl Sync for ListFlowExecutionMessagesInputBuilder
impl Unpin for ListFlowExecutionMessagesInputBuilder
impl UnwindSafe for ListFlowExecutionMessagesInputBuilder
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.