@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMigrationTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMigrationTasksResult() |
Modifier and Type | Method and Description |
---|---|
ListMigrationTasksResult |
clone() |
boolean |
equals(Object obj) |
List<MigrationTaskSummary> |
getMigrationTaskSummaryList()
Lists the migration task's summary which includes:
MigrationTaskName , ProgressPercent ,
ProgressUpdateStream , Status , and the UpdateDateTime for each task. |
String |
getNextToken()
If there are more migration tasks than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
int |
hashCode() |
void |
setMigrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName , ProgressPercent ,
ProgressUpdateStream , Status , and the UpdateDateTime for each task. |
void |
setNextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListMigrationTasksResult |
withMigrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName , ProgressPercent ,
ProgressUpdateStream , Status , and the UpdateDateTime for each task. |
ListMigrationTasksResult |
withMigrationTaskSummaryList(MigrationTaskSummary... migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName , ProgressPercent ,
ProgressUpdateStream , Status , and the UpdateDateTime for each task. |
ListMigrationTasksResult |
withNextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more migration tasks than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.public String getNextToken()
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
public ListMigrationTasksResult withNextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more migration tasks than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.public List<MigrationTaskSummary> getMigrationTaskSummaryList()
Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
,
ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
MigrationTaskName
,
ProgressPercent
, ProgressUpdateStream
, Status
, and the
UpdateDateTime
for each task.public void setMigrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
,
ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
migrationTaskSummaryList
- Lists the migration task's summary which includes: MigrationTaskName
,
ProgressPercent
, ProgressUpdateStream
, Status
, and the
UpdateDateTime
for each task.public ListMigrationTasksResult withMigrationTaskSummaryList(MigrationTaskSummary... migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
,
ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
NOTE: This method appends the values to the existing list (if any). Use
setMigrationTaskSummaryList(java.util.Collection)
or
withMigrationTaskSummaryList(java.util.Collection)
if you want to override the existing values.
migrationTaskSummaryList
- Lists the migration task's summary which includes: MigrationTaskName
,
ProgressPercent
, ProgressUpdateStream
, Status
, and the
UpdateDateTime
for each task.public ListMigrationTasksResult withMigrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
,
ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
migrationTaskSummaryList
- Lists the migration task's summary which includes: MigrationTaskName
,
ProgressPercent
, ProgressUpdateStream
, Status
, and the
UpdateDateTime
for each task.public String toString()
toString
in class Object
Object.toString()
public ListMigrationTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.