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