@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Generic object containing workflow execution metrics.
| Constructor and Description |
|---|
WorkflowMetrics() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowMetrics |
clone() |
boolean |
equals(Object obj) |
AppflowIntegrationWorkflowMetrics |
getAppflowIntegration()
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
String |
toString()
Returns a string representation of this object.
|
WorkflowMetrics |
withAppflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
public void setAppflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for APPFLOW_INTEGRATION workflow.
appflowIntegration - Workflow execution metrics for APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowMetrics getAppflowIntegration()
Workflow execution metrics for APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public WorkflowMetrics withAppflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for APPFLOW_INTEGRATION workflow.
appflowIntegration - Workflow execution metrics for APPFLOW_INTEGRATION workflow.public String toString()
toString in class ObjectObject.toString()public WorkflowMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.