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