@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapRunExecutionCounts extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about all of the child workflow executions started by a Map Run.
| Constructor and Description | 
|---|
| MapRunExecutionCounts() | 
| Modifier and Type | Method and Description | 
|---|---|
| MapRunExecutionCounts | clone() | 
| boolean | equals(Object obj) | 
| Long | getAborted()
 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. | 
| Long | getFailed()
 The total number of child workflow executions that were started by a Map Run, but have failed. | 
| Long | getFailuresNotRedrivable()
 The number of  FAILED,ABORTED, orTIMED_OUTchild workflow executions that
 cannot be redriven because their execution status is terminal. | 
| Long | getPending()
 The total number of child workflow executions that were started by a Map Run, but haven't started executing yet. | 
| Long | getPendingRedrive()
 The number of unsuccessful child workflow executions currently waiting to be redriven. | 
| Long | getResultsWritten()
 Returns the count of child workflow executions whose results were written by  ResultWriter. | 
| Long | getRunning()
 The total number of child workflow executions that were started by a Map Run and are currently in-progress. | 
| Long | getSucceeded()
 The total number of child workflow executions that were started by a Map Run and have completed successfully. | 
| Long | getTimedOut()
 The total number of child workflow executions that were started by a Map Run and have timed out. | 
| Long | getTotal()
 The total number of child workflow executions that were started by a Map Run. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setAborted(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. | 
| void | setFailed(Long failed)
 The total number of child workflow executions that were started by a Map Run, but have failed. | 
| void | setFailuresNotRedrivable(Long failuresNotRedrivable)
 The number of  FAILED,ABORTED, orTIMED_OUTchild workflow executions that
 cannot be redriven because their execution status is terminal. | 
| void | setPending(Long pending)
 The total number of child workflow executions that were started by a Map Run, but haven't started executing yet. | 
| void | setPendingRedrive(Long pendingRedrive)
 The number of unsuccessful child workflow executions currently waiting to be redriven. | 
| void | setResultsWritten(Long resultsWritten)
 Returns the count of child workflow executions whose results were written by  ResultWriter. | 
| void | setRunning(Long running)
 The total number of child workflow executions that were started by a Map Run and are currently in-progress. | 
| void | setSucceeded(Long succeeded)
 The total number of child workflow executions that were started by a Map Run and have completed successfully. | 
| void | setTimedOut(Long timedOut)
 The total number of child workflow executions that were started by a Map Run and have timed out. | 
| void | setTotal(Long total)
 The total number of child workflow executions that were started by a Map Run. | 
| String | toString()Returns a string representation of this object. | 
| MapRunExecutionCounts | withAborted(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. | 
| MapRunExecutionCounts | withFailed(Long failed)
 The total number of child workflow executions that were started by a Map Run, but have failed. | 
| MapRunExecutionCounts | withFailuresNotRedrivable(Long failuresNotRedrivable)
 The number of  FAILED,ABORTED, orTIMED_OUTchild workflow executions that
 cannot be redriven because their execution status is terminal. | 
| MapRunExecutionCounts | withPending(Long pending)
 The total number of child workflow executions that were started by a Map Run, but haven't started executing yet. | 
| MapRunExecutionCounts | withPendingRedrive(Long pendingRedrive)
 The number of unsuccessful child workflow executions currently waiting to be redriven. | 
| MapRunExecutionCounts | withResultsWritten(Long resultsWritten)
 Returns the count of child workflow executions whose results were written by  ResultWriter. | 
| MapRunExecutionCounts | withRunning(Long running)
 The total number of child workflow executions that were started by a Map Run and are currently in-progress. | 
| MapRunExecutionCounts | withSucceeded(Long succeeded)
 The total number of child workflow executions that were started by a Map Run and have completed successfully. | 
| MapRunExecutionCounts | withTimedOut(Long timedOut)
 The total number of child workflow executions that were started by a Map Run and have timed out. | 
| MapRunExecutionCounts | withTotal(Long total)
 The total number of child workflow executions that were started by a Map Run. | 
public void setPending(Long pending)
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
pending - The total number of child workflow executions that were started by a Map Run, but haven't started
        executing yet.public Long getPending()
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
public MapRunExecutionCounts withPending(Long pending)
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
pending - The total number of child workflow executions that were started by a Map Run, but haven't started
        executing yet.public void setRunning(Long running)
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
running - The total number of child workflow executions that were started by a Map Run and are currently
        in-progress.public Long getRunning()
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
public MapRunExecutionCounts withRunning(Long running)
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
running - The total number of child workflow executions that were started by a Map Run and are currently
        in-progress.public void setSucceeded(Long succeeded)
The total number of child workflow executions that were started by a Map Run and have completed successfully.
succeeded - The total number of child workflow executions that were started by a Map Run and have completed
        successfully.public Long getSucceeded()
The total number of child workflow executions that were started by a Map Run and have completed successfully.
public MapRunExecutionCounts withSucceeded(Long succeeded)
The total number of child workflow executions that were started by a Map Run and have completed successfully.
succeeded - The total number of child workflow executions that were started by a Map Run and have completed
        successfully.public void setFailed(Long failed)
The total number of child workflow executions that were started by a Map Run, but have failed.
failed - The total number of child workflow executions that were started by a Map Run, but have failed.public Long getFailed()
The total number of child workflow executions that were started by a Map Run, but have failed.
public MapRunExecutionCounts withFailed(Long failed)
The total number of child workflow executions that were started by a Map Run, but have failed.
failed - The total number of child workflow executions that were started by a Map Run, but have failed.public void setTimedOut(Long timedOut)
The total number of child workflow executions that were started by a Map Run and have timed out.
timedOut - The total number of child workflow executions that were started by a Map Run and have timed out.public Long getTimedOut()
The total number of child workflow executions that were started by a Map Run and have timed out.
public MapRunExecutionCounts withTimedOut(Long timedOut)
The total number of child workflow executions that were started by a Map Run and have timed out.
timedOut - The total number of child workflow executions that were started by a Map Run and have timed out.public void setAborted(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.
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 Long getAborted()
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 MapRunExecutionCounts withAborted(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.
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 void setTotal(Long total)
The total number of child workflow executions that were started by a Map Run.
total - The total number of child workflow executions that were started by a Map Run.public Long getTotal()
The total number of child workflow executions that were started by a Map Run.
public MapRunExecutionCounts withTotal(Long total)
The total number of child workflow executions that were started by a Map Run.
total - The total number of child workflow executions that were started by a Map Run.public void setResultsWritten(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.
 
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.public Long getResultsWritten()
 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 withResultsWritten(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.
 
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.public void setFailuresNotRedrivable(Long failuresNotRedrivable)
 The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that
 cannot be redriven because their execution status is terminal. For example, child workflows with an execution
 status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus
 of NOT_REDRIVABLE.
 
failuresNotRedrivable - The number of FAILED, ABORTED, or TIMED_OUT child workflow
        executions that cannot be redriven because their execution status is terminal. For example, child
        workflows with an execution status of FAILED, ABORTED, or TIMED_OUT
        and a redriveStatus of NOT_REDRIVABLE.public Long getFailuresNotRedrivable()
 The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that
 cannot be redriven because their execution status is terminal. For example, child workflows with an execution
 status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus
 of NOT_REDRIVABLE.
 
FAILED, ABORTED, or TIMED_OUT child workflow
         executions that cannot be redriven because their execution status is terminal. For example, child
         workflows with an execution status of FAILED, ABORTED, or
         TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.public MapRunExecutionCounts withFailuresNotRedrivable(Long failuresNotRedrivable)
 The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that
 cannot be redriven because their execution status is terminal. For example, child workflows with an execution
 status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus
 of NOT_REDRIVABLE.
 
failuresNotRedrivable - The number of FAILED, ABORTED, or TIMED_OUT child workflow
        executions that cannot be redriven because their execution status is terminal. For example, child
        workflows with an execution status of FAILED, ABORTED, or TIMED_OUT
        and a redriveStatus of NOT_REDRIVABLE.public void setPendingRedrive(Long pendingRedrive)
 The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child
 workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original
 execution attempt or a previous redrive attempt.
 
pendingRedrive - The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these
        child workflow executions could be FAILED, ABORTED, or TIMED_OUT in
        the original execution attempt or a previous redrive attempt.public Long getPendingRedrive()
 The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child
 workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original
 execution attempt or a previous redrive attempt.
 
FAILED, ABORTED, or
         TIMED_OUT in the original execution attempt or a previous redrive attempt.public MapRunExecutionCounts withPendingRedrive(Long pendingRedrive)
 The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child
 workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original
 execution attempt or a previous redrive attempt.
 
pendingRedrive - The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these
        child workflow executions could be FAILED, ABORTED, or TIMED_OUT in
        the original execution attempt or a previous redrive attempt.public String toString()
toString in class ObjectObject.toString()public MapRunExecutionCounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.