@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowExecutionOpenCounts extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 Lambda tasks whose status is
OPEN. |
Integer |
openTimers()
The count of timers started by this workflow execution that have not fired yet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowExecutionOpenCounts.Builder> |
serializableBuilderClass() |
WorkflowExecutionOpenCounts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer openActivityTasks()
The count of activity tasks whose status is OPEN.
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.
OPEN.public Integer openLambdaFunctions()
The count of Lambda tasks whose status is OPEN.
OPEN.public WorkflowExecutionOpenCounts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>public static WorkflowExecutionOpenCounts.Builder builder()
public static Class<? extends WorkflowExecutionOpenCounts.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.