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