Class CloseStatusFilter
java.lang.Object
com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Used to filter the closed workflow executions in visibility APIs by their close status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.int
hashCode()
void
setStatus
(CloseStatus status) Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.void
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(CloseStatus status) Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.withStatus
(String status) Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
-
Constructor Details
-
CloseStatusFilter
public CloseStatusFilter()
-
-
Method Details
-
setStatus
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status
- Required.- See Also:
-
getStatus
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Returns:
- Required.
- See Also:
-
withStatus
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status
- Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status
- Required.- See Also:
-
withStatus
Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
- Parameters:
status
- Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-