@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetWorkflowStepsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetWorkflowStepsResult | clone() | 
| boolean | equals(Object obj) | 
| List<WorkflowStepItem> | getItems()
 List containing workflow step details. | 
| String | getNextToken()
 If there are additional results, this is the token for the next set of results. | 
| String | getWorkflowId()
 Unique identifier for the workflow. | 
| String | getWorkflowType()
 The type of workflow. | 
| int | hashCode() | 
| void | setItems(Collection<WorkflowStepItem> items)
 List containing workflow step details. | 
| void | setNextToken(String nextToken)
 If there are additional results, this is the token for the next set of results. | 
| void | setWorkflowId(String workflowId)
 Unique identifier for the workflow. | 
| void | setWorkflowType(String workflowType)
 The type of workflow. | 
| String | toString()Returns a string representation of this object. | 
| GetWorkflowStepsResult | withItems(Collection<WorkflowStepItem> items)
 List containing workflow step details. | 
| GetWorkflowStepsResult | withItems(WorkflowStepItem... items)
 List containing workflow step details. | 
| GetWorkflowStepsResult | withNextToken(String nextToken)
 If there are additional results, this is the token for the next set of results. | 
| GetWorkflowStepsResult | withWorkflowId(String workflowId)
 Unique identifier for the workflow. | 
| GetWorkflowStepsResult | withWorkflowType(String workflowType)
 The type of workflow. | 
| GetWorkflowStepsResult | withWorkflowType(WorkflowType workflowType)
 The type of workflow. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.public String getWorkflowId()
Unique identifier for the workflow.
public GetWorkflowStepsResult withWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.public void setWorkflowType(String workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowTypepublic String getWorkflowType()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
WorkflowTypepublic GetWorkflowStepsResult withWorkflowType(String workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowTypepublic GetWorkflowStepsResult withWorkflowType(WorkflowType workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowTypepublic List<WorkflowStepItem> getItems()
List containing workflow step details.
public void setItems(Collection<WorkflowStepItem> items)
List containing workflow step details.
items - List containing workflow step details.public GetWorkflowStepsResult withItems(WorkflowStepItem... items)
List containing workflow step details.
 NOTE: This method appends the values to the existing list (if any). Use
 setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
 existing values.
 
items - List containing workflow step details.public GetWorkflowStepsResult withItems(Collection<WorkflowStepItem> items)
List containing workflow step details.
items - List containing workflow step details.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public GetWorkflowStepsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String toString()
toString in class ObjectObject.toString()public GetWorkflowStepsResult clone()