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