Struct aws_sdk_swf::model::WorkflowExecutionFilter
source · #[non_exhaustive]pub struct WorkflowExecutionFilter { /* private fields */ }Expand description
Used to filter the workflow executions in visibility APIs by their workflowId.
Implementations§
source§impl WorkflowExecutionFilter
impl WorkflowExecutionFilter
sourcepub fn workflow_id(&self) -> Option<&str>
pub fn workflow_id(&self) -> Option<&str>
The workflowId to pass of match the criteria of this filter.
source§impl WorkflowExecutionFilter
impl WorkflowExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkflowExecutionFilter.
Trait Implementations§
source§impl Clone for WorkflowExecutionFilter
impl Clone for WorkflowExecutionFilter
source§fn clone(&self) -> WorkflowExecutionFilter
fn clone(&self) -> WorkflowExecutionFilter
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 WorkflowExecutionFilter
impl Debug for WorkflowExecutionFilter
source§impl PartialEq<WorkflowExecutionFilter> for WorkflowExecutionFilter
impl PartialEq<WorkflowExecutionFilter> for WorkflowExecutionFilter
source§fn eq(&self, other: &WorkflowExecutionFilter) -> bool
fn eq(&self, other: &WorkflowExecutionFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.