@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapRunItemCounts extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.
Constructor and Description |
---|
MapRunItemCounts() |
Modifier and Type | Method and Description |
---|---|
MapRunItemCounts |
clone() |
boolean |
equals(Object obj) |
Long |
getAborted()
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.
|
Long |
getFailed()
The total number of items processed in child workflow executions that have failed.
|
Long |
getPending()
The total number of items to process in child workflow executions that haven't started running yet.
|
Long |
getResultsWritten()
Returns the count of items whose results were written by
ResultWriter . |
Long |
getRunning()
The total number of items being processed in child workflow executions that are currently in-progress.
|
Long |
getSucceeded()
The total number of items processed in child workflow executions that have completed successfully.
|
Long |
getTimedOut()
The total number of items processed in child workflow executions that have timed out.
|
Long |
getTotal()
The total number of items processed in all the child workflow executions started by a Map Run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAborted(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.
|
void |
setFailed(Long failed)
The total number of items processed in child workflow executions that have failed.
|
void |
setPending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
|
void |
setResultsWritten(Long resultsWritten)
Returns the count of items whose results were written by
ResultWriter . |
void |
setRunning(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
|
void |
setSucceeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
|
void |
setTimedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
|
void |
setTotal(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
|
String |
toString()
Returns a string representation of this object.
|
MapRunItemCounts |
withAborted(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.
|
MapRunItemCounts |
withFailed(Long failed)
The total number of items processed in child workflow executions that have failed.
|
MapRunItemCounts |
withPending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
|
MapRunItemCounts |
withResultsWritten(Long resultsWritten)
Returns the count of items whose results were written by
ResultWriter . |
MapRunItemCounts |
withRunning(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
|
MapRunItemCounts |
withSucceeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
|
MapRunItemCounts |
withTimedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
|
MapRunItemCounts |
withTotal(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
|
public void setPending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
pending
- The total number of items to process in child workflow executions that haven't started running yet.public Long getPending()
The total number of items to process in child workflow executions that haven't started running yet.
public MapRunItemCounts withPending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
pending
- The total number of items to process in child workflow executions that haven't started running yet.public void setRunning(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
running
- The total number of items being processed in child workflow executions that are currently in-progress.public Long getRunning()
The total number of items being processed in child workflow executions that are currently in-progress.
public MapRunItemCounts withRunning(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
running
- The total number of items being processed in child workflow executions that are currently in-progress.public void setSucceeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
succeeded
- The total number of items processed in child workflow executions that have completed successfully.public Long getSucceeded()
The total number of items processed in child workflow executions that have completed successfully.
public MapRunItemCounts withSucceeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
succeeded
- The total number of items processed in child workflow executions that have completed successfully.public void setFailed(Long failed)
The total number of items processed in child workflow executions that have failed.
failed
- The total number of items processed in child workflow executions that have failed.public Long getFailed()
The total number of items processed in child workflow executions that have failed.
public MapRunItemCounts withFailed(Long failed)
The total number of items processed in child workflow executions that have failed.
failed
- The total number of items processed in child workflow executions that have failed.public void setTimedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
timedOut
- The total number of items processed in child workflow executions that have timed out.public Long getTimedOut()
The total number of items processed in child workflow executions that have timed out.
public MapRunItemCounts withTimedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
timedOut
- The total number of items processed in child workflow executions that have timed out.public void setAborted(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.
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 Long getAborted()
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 MapRunItemCounts withAborted(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.
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 void setTotal(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
total
- The total number of items processed in all the child workflow executions started by a Map Run.public Long getTotal()
The total number of items processed in all the child workflow executions started by a Map Run.
public MapRunItemCounts withTotal(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
total
- The total number of items processed in all the child workflow executions started by a Map Run.public void setResultsWritten(Long resultsWritten)
Returns the count of items whose results were written by ResultWriter
. For more information, see ResultWriter in
the Step Functions Developer Guide.
resultsWritten
- Returns the count of items whose results were written by ResultWriter
. For more information,
see ResultWriter
in the Step Functions Developer Guide.public Long getResultsWritten()
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 withResultsWritten(Long resultsWritten)
Returns the count of items whose results were written by ResultWriter
. For more information, see ResultWriter in
the Step Functions Developer Guide.
resultsWritten
- Returns the count of items whose results were written by ResultWriter
. For more information,
see ResultWriter
in the Step Functions Developer Guide.public String toString()
toString
in class Object
Object.toString()
public MapRunItemCounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.