@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMigrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMigrationsResult() |
Modifier and Type | Method and Description |
---|---|
GetMigrationsResult |
clone() |
boolean |
equals(Object obj) |
List<MigrationSummary> |
getMigrationSummaries()
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
String |
getNextToken()
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch
the next page of migrations.
|
int |
hashCode() |
void |
setMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
void |
setNextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch
the next page of migrations.
|
String |
toString()
Returns a string representation of this object.
|
GetMigrationsResult |
withMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResult |
withMigrationSummaries(MigrationSummary... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
|
GetMigrationsResult |
withNextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch
the next page of migrations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MigrationSummary> getMigrationSummaries()
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use
the migrationId
from the summary in a call to the operation.
migrationId
from the summary in a call to the operation.public void setMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use
the migrationId
from the summary in a call to the operation.
migrationSummaries
- An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId
from the summary in a call to the operation.public GetMigrationsResult withMigrationSummaries(MigrationSummary... migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use
the migrationId
from the summary in a call to the operation.
NOTE: This method appends the values to the existing list (if any). Use
setMigrationSummaries(java.util.Collection)
or withMigrationSummaries(java.util.Collection)
if
you want to override the existing values.
migrationSummaries
- An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId
from the summary in a call to the operation.public GetMigrationsResult withMigrationSummaries(Collection<MigrationSummary> migrationSummaries)
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use
the migrationId
from the summary in a call to the operation.
migrationSummaries
- An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration,
use the migrationId
from the summary in a call to the operation.public void setNextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
nextToken
- If the response is truncated, it includes a pagination token that you can specify in your next request to
fetch the next page of migrations.public String getNextToken()
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
public GetMigrationsResult withNextToken(String nextToken)
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.
nextToken
- If the response is truncated, it includes a pagination token that you can specify in your next request to
fetch the next page of migrations.public String toString()
toString
in class Object
Object.toString()
public GetMigrationsResult clone()