Class MapRunExecutionCounts
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MapRunExecutionCounts.Builder,MapRunExecutionCounts>
Contains details about all of the child workflow executions started by a Map Run.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Longaborted()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.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Longfailed()The total number of child workflow executions that were started by a Map Run, but have failed.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Longpending()The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.final LongReturns the count of child workflow executions whose results were written byResultWriter.final Longrunning()The total number of child workflow executions that were started by a Map Run and are currently in-progress.static Class<? extends MapRunExecutionCounts.Builder> final LongThe total number of child workflow executions that were started by a Map Run and have completed successfully.final LongtimedOut()The total number of child workflow executions that were started by a Map Run and 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 child workflow executions that were started by a Map Run.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
pending
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
- Returns:
- The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
-
running
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
- Returns:
- The total number of child workflow executions that were started by a Map Run and are currently in-progress.
-
succeeded
The total number of child workflow executions that were started by a Map Run and have completed successfully.
- Returns:
- The total number of child workflow executions that were started by a Map Run and have completed successfully.
-
failed
The total number of child workflow executions that were started by a Map Run, but have failed.
- Returns:
- The total number of child workflow executions that were started by a Map Run, but have failed.
-
timedOut
The total number of child workflow executions that were started by a Map Run and have timed out.
- Returns:
- The total number of child workflow executions that were started by a Map Run and have timed out.
-
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.
- Returns:
- 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.
-
total
The total number of child workflow executions that were started by a Map Run.
- Returns:
- The total number of child workflow executions that were started by a Map Run.
-
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.- Returns:
- Returns the count of child workflow executions 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<MapRunExecutionCounts.Builder,MapRunExecutionCounts> - 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
-