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