@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionOpenCounts extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionOpenCounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionOpenCounts.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Integer |
openActivityTasks()
The count of activity tasks whose status is OPEN.
|
Integer |
openChildWorkflowExecutions()
The count of child workflow executions whose status is OPEN.
|
Integer |
openDecisionTasks()
The count of decision tasks whose status is OPEN.
|
Integer |
openLambdaFunctions()
The count of AWS Lambda functions that are currently executing.
|
Integer |
openTimers()
The count of timers started by this workflow execution that have not fired yet.
|
static Class<? extends WorkflowExecutionOpenCounts.Builder> |
serializableBuilderClass() |
WorkflowExecutionOpenCounts.Builder |
toBuilder() |
String |
toString() |
public Integer openActivityTasks()
The count of activity tasks whose status is OPEN.
public Integer openDecisionTasks()
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
public Integer openTimers()
The count of timers started by this workflow execution that have not fired yet.
public Integer openChildWorkflowExecutions()
The count of child workflow executions whose status is OPEN.
public Integer openLambdaFunctions()
The count of AWS Lambda functions that are currently executing.
public WorkflowExecutionOpenCounts.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>public static WorkflowExecutionOpenCounts.Builder builder()
public static Class<? extends WorkflowExecutionOpenCounts.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.