Class MapRunItemCounts
- All Implemented Interfaces:
Serializable,SdkPojo,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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Longaborted()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.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Longfailed()The total number of items processed in child workflow executions that have failed.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Longpending()The total number of items to process in child workflow executions that haven't started running yet.final LongReturns the count of items whose results were written byResultWriter.final Longrunning()The total number of items being processed in child workflow executions that are currently in-progress.static Class<? extends MapRunItemCounts.Builder> final LongThe total number of items processed in child workflow executions that have completed successfully.final LongtimedOut()The total number of items processed in child workflow executions that have timed out.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Longtotal()The total number of items processed in all the child workflow executions started by a Map Run.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
pending
The total number of items to process in child workflow executions that haven't started running yet.
- Returns:
- The total number of items to process in child workflow executions that haven't started running yet.
-
running
The total number of items being processed in child workflow executions that are currently in-progress.
- Returns:
- The total number of items being processed in child workflow executions that are currently in-progress.
-
succeeded
The total number of items processed in child workflow executions that have completed successfully.
- Returns:
- The total number of items processed in child workflow executions that have completed successfully.
-
failed
The total number of items processed in child workflow executions that have failed.
- Returns:
- The total number of items processed in child workflow executions that have failed.
-
timedOut
The total number of items processed in child workflow executions that have timed out.
- Returns:
- The total number of items processed in child workflow executions that have timed out.
-
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.
- Returns:
- 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.
-
total
The total number of items processed in all the child workflow executions started by a Map Run.
- Returns:
- The total number of items processed in all the child workflow executions started by a Map Run.
-
resultsWritten
Returns the count of items whose results were written by
ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.- Returns:
- Returns the count of items whose results were written by
ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MapRunItemCounts.Builder,MapRunItemCounts> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-