Class CountOpenWorkflowExecutionsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the domain containing the workflow executions to count.If specified, only workflow executions matching theWorkflowId
in the filter are counted.Specifies the start time criteria that workflow executions must meet in order to be counted.If specified, only executions that have a tag that matches the filter are counted.Specifies the type of the workflow executions to be counted.int
hashCode()
void
The name of the domain containing the workflow executions to count.void
setExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.void
setStartTimeFilter
(ExecutionTimeFilter startTimeFilter) Specifies the start time criteria that workflow executions must meet in order to be counted.void
setTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.void
setTypeFilter
(WorkflowTypeFilter typeFilter) Specifies the type of the workflow executions to be counted.toString()
Returns a string representation of this object; useful for testing and debugging.withDomain
(String domain) The name of the domain containing the workflow executions to count.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.withStartTimeFilter
(ExecutionTimeFilter startTimeFilter) Specifies the start time criteria that workflow executions must meet in order to be counted.withTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.withTypeFilter
(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
-
Constructor Details
-
CountOpenWorkflowExecutionsRequest
public CountOpenWorkflowExecutionsRequest()
-
-
Method Details
-
setDomain
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
The name of the domain containing the workflow executions to count.
- Returns:
- The name of the domain containing the workflow executions to count.
-
withDomain
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
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
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
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
Specifies the type of the workflow executions to be counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.
-
getTypeFilter
Specifies the type of the workflow executions to be counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.
-
withTypeFilter
Specifies the type of the workflow executions to be counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are 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
If specified, only executions that have a tag that matches the filter are counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.
-
getTagFilter
If specified, only executions that have a tag that matches the filter are counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.
-
withTagFilter
If specified, only executions that have a tag that matches the filter are counted.
executionFilter
,typeFilter
andtagFilter
are 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
,typeFilter
andtagFilter
are 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
If specified, only workflow executions matching the
WorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.- Parameters:
executionFilter
- If specified, only workflow executions matching theWorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.
-
getExecutionFilter
If specified, only workflow executions matching the
WorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.- Returns:
- If specified, only workflow executions matching the
WorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are 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
WorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are mutually exclusive. You can specify at most one of these in a request.- Parameters:
executionFilter
- If specified, only workflow executions matching theWorkflowId
in the filter are counted.executionFilter
,typeFilter
andtagFilter
are 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-