Class CountOpenWorkflowExecutionsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class CountOpenWorkflowExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description CountOpenWorkflowExecutionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountOpenWorkflowExecutionsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetDomain()The name of the domain containing the workflow executions to count.WorkflowExecutionFiltergetExecutionFilter()If specified, only workflow executions matching theWorkflowIdin the filter are counted.ExecutionTimeFiltergetStartTimeFilter()Specifies the start time criteria that workflow executions must meet in order to be counted.TagFiltergetTagFilter()If specified, only executions that have a tag that matches the filter are counted.WorkflowTypeFiltergetTypeFilter()Specifies the type of the workflow executions to be counted.inthashCode()voidsetDomain(String domain)The name of the domain containing the workflow executions to count.voidsetExecutionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.voidsetStartTimeFilter(ExecutionTimeFilter startTimeFilter)Specifies the start time criteria that workflow executions must meet in order to be counted.voidsetTagFilter(TagFilter tagFilter)If specified, only executions that have a tag that matches the filter are counted.voidsetTypeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.StringtoString()Returns a string representation of this object; useful for testing and debugging.CountOpenWorkflowExecutionsRequestwithDomain(String domain)The name of the domain containing the workflow executions to count.CountOpenWorkflowExecutionsRequestwithExecutionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.CountOpenWorkflowExecutionsRequestwithStartTimeFilter(ExecutionTimeFilter startTimeFilter)Specifies the start time criteria that workflow executions must meet in order to be counted.CountOpenWorkflowExecutionsRequestwithTagFilter(TagFilter tagFilter)If specified, only executions that have a tag that matches the filter are counted.CountOpenWorkflowExecutionsRequestwithTypeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setDomain
public void setDomain(String domain)
The name of the domain containing the workflow executions to count.
- Parameters:
domain- The name of the domain containing the workflow executions to count.
-
getDomain
public String getDomain()
The name of the domain containing the workflow executions to count.
- Returns:
- The name of the domain containing the workflow executions to count.
-
withDomain
public CountOpenWorkflowExecutionsRequest withDomain(String domain)
The name of the domain containing the workflow executions to count.
- Parameters:
domain- The name of the domain containing the workflow executions to count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartTimeFilter
public void setStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
- Parameters:
startTimeFilter- Specifies the start time criteria that workflow executions must meet in order to be counted.
-
getStartTimeFilter
public ExecutionTimeFilter getStartTimeFilter()
Specifies the start time criteria that workflow executions must meet in order to be counted.
- Returns:
- Specifies the start time criteria that workflow executions must meet in order to be counted.
-
withStartTimeFilter
public CountOpenWorkflowExecutionsRequest withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
- Parameters:
startTimeFilter- Specifies the start time criteria that workflow executions must meet in order to be counted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTypeFilter
public void setTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
typeFilter- Specifies the type of the workflow executions to be counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
getTypeFilter
public WorkflowTypeFilter getTypeFilter()
Specifies the type of the workflow executions to be counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- Specifies the type of the workflow executions to be counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
withTypeFilter
public CountOpenWorkflowExecutionsRequest withTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
typeFilter- Specifies the type of the workflow executions to be counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTagFilter
public void setTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
tagFilter- If specified, only executions that have a tag that matches the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
getTagFilter
public TagFilter getTagFilter()
If specified, only executions that have a tag that matches the filter are counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- If specified, only executions that have a tag that matches the
filter are counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
withTagFilter
public CountOpenWorkflowExecutionsRequest withTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
tagFilter- If specified, only executions that have a tag that matches the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutionFilter
public void setExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
executionFilter- If specified, only workflow executions matching theWorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
getExecutionFilter
public WorkflowExecutionFilter getExecutionFilter()
If specified, only workflow executions matching the
WorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- If specified, only workflow executions matching the
WorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.
-
withExecutionFilter
public CountOpenWorkflowExecutionsRequest withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Parameters:
executionFilter- If specified, only workflow executions matching theWorkflowIdin the filter are counted.executionFilter,typeFilterandtagFilterare mutually exclusive. You can specify at most one of these in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CountOpenWorkflowExecutionsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-