@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowStepGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListWorkflowStepGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<WorkflowStepGroupSummary> |
getWorkflowStepGroupsSummary()
The summary of step groups in a migration workflow.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowStepGroupsResult |
withNextToken(String nextToken)
The pagination token.
|
ListWorkflowStepGroupsResult |
withWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
ListWorkflowStepGroupsResult |
withWorkflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListWorkflowStepGroupsResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public List<WorkflowStepGroupSummary> getWorkflowStepGroupsSummary()
The summary of step groups in a migration workflow.
public void setWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
workflowStepGroupsSummary - The summary of step groups in a migration workflow.public ListWorkflowStepGroupsResult withWorkflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflowStepGroupsSummary(java.util.Collection) or
withWorkflowStepGroupsSummary(java.util.Collection) if you want to override the existing values.
workflowStepGroupsSummary - The summary of step groups in a migration workflow.public ListWorkflowStepGroupsResult withWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
workflowStepGroupsSummary - The summary of step groups in a migration workflow.public String toString()
toString in class ObjectObject.toString()public ListWorkflowStepGroupsResult clone()