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