@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 Object
Object.toString()
public WorkflowMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.