@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppflowIntegrationWorkflowMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.
| Constructor and Description |
|---|
AppflowIntegrationWorkflowMetrics() |
| Modifier and Type | Method and Description |
|---|---|
AppflowIntegrationWorkflowMetrics |
clone() |
boolean |
equals(Object obj) |
Long |
getRecordsProcessed()
Number of records processed in
APPFLOW_INTEGRATION workflow. |
Long |
getStepsCompleted()
Total steps completed in
APPFLOW_INTEGRATION workflow. |
Long |
getTotalSteps()
Total steps in
APPFLOW_INTEGRATION workflow. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecordsProcessed(Long recordsProcessed)
Number of records processed in
APPFLOW_INTEGRATION workflow. |
void |
setStepsCompleted(Long stepsCompleted)
Total steps completed in
APPFLOW_INTEGRATION workflow. |
void |
setTotalSteps(Long totalSteps)
Total steps in
APPFLOW_INTEGRATION workflow. |
String |
toString()
Returns a string representation of this object.
|
AppflowIntegrationWorkflowMetrics |
withRecordsProcessed(Long recordsProcessed)
Number of records processed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics |
withStepsCompleted(Long stepsCompleted)
Total steps completed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics |
withTotalSteps(Long totalSteps)
Total steps in
APPFLOW_INTEGRATION workflow. |
public void setRecordsProcessed(Long recordsProcessed)
Number of records processed in APPFLOW_INTEGRATION workflow.
recordsProcessed - Number of records processed in APPFLOW_INTEGRATION workflow.public Long getRecordsProcessed()
Number of records processed in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowMetrics withRecordsProcessed(Long recordsProcessed)
Number of records processed in APPFLOW_INTEGRATION workflow.
recordsProcessed - Number of records processed in APPFLOW_INTEGRATION workflow.public void setStepsCompleted(Long stepsCompleted)
Total steps completed in APPFLOW_INTEGRATION workflow.
stepsCompleted - Total steps completed in APPFLOW_INTEGRATION workflow.public Long getStepsCompleted()
Total steps completed in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowMetrics withStepsCompleted(Long stepsCompleted)
Total steps completed in APPFLOW_INTEGRATION workflow.
stepsCompleted - Total steps completed in APPFLOW_INTEGRATION workflow.public void setTotalSteps(Long totalSteps)
Total steps in APPFLOW_INTEGRATION workflow.
totalSteps - Total steps in APPFLOW_INTEGRATION workflow.public Long getTotalSteps()
Total steps in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowMetrics withTotalSteps(Long totalSteps)
Total steps in APPFLOW_INTEGRATION workflow.
totalSteps - Total steps in APPFLOW_INTEGRATION workflow.public String toString()
toString in class ObjectObject.toString()public AppflowIntegrationWorkflowMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.