@Generated(value="software.amazon.awssdk:codegen") public final class MapRunExecutionCounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapRunExecutionCounts.Builder,MapRunExecutionCounts>
Contains details about all of the child workflow executions started by a Map Run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapRunExecutionCounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
aborted()
The total number of child workflow executions that were started by a Map Run and were running, but were either
stopped by the user or by Step Functions because the Map Run failed.
|
static MapRunExecutionCounts.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failed()
The total number of child workflow executions that were started by a Map Run, but have failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
pending()
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
|
Long |
resultsWritten()
Returns the count of child workflow executions whose results were written by
ResultWriter. |
Long |
running()
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MapRunExecutionCounts.Builder> |
serializableBuilderClass() |
Long |
succeeded()
The total number of child workflow executions that were started by a Map Run and have completed successfully.
|
Long |
timedOut()
The total number of child workflow executions that were started by a Map Run and have timed out.
|
MapRunExecutionCounts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
total()
The total number of child workflow executions that were started by a Map Run.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long pending()
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
public final Long running()
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
public final Long succeeded()
The total number of child workflow executions that were started by a Map Run and have completed successfully.
public final Long failed()
The total number of child workflow executions that were started by a Map Run, but have failed.
public final Long timedOut()
The total number of child workflow executions that were started by a Map Run and have timed out.
public final Long aborted()
The total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.
public final Long total()
The total number of child workflow executions that were started by a Map Run.
public final Long resultsWritten()
Returns the count of child workflow executions whose results were written by ResultWriter. For more
information, see ResultWriter in
the Step Functions Developer Guide.
ResultWriter.
For more information, see ResultWriter in the Step Functions Developer Guide.public MapRunExecutionCounts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MapRunExecutionCounts.Builder,MapRunExecutionCounts>public static MapRunExecutionCounts.Builder builder()
public static Class<? extends MapRunExecutionCounts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.