@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MigrationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2.
Constructor and Description |
---|
MigrationSummary() |
Modifier and Type | Method and Description |
---|---|
MigrationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getMigrationId()
The unique identifier that Amazon Lex assigned to the migration.
|
String |
getMigrationStatus()
The status of the operation.
|
String |
getMigrationStrategy()
The strategy used to conduct the migration.
|
Date |
getMigrationTimestamp()
The date and time that the migration started.
|
String |
getV1BotLocale()
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
String |
getV1BotName()
The name of the Amazon Lex V1 bot that is the source of the migration.
|
String |
getV1BotVersion()
The version of the Amazon Lex V1 bot that is the source of the migration.
|
String |
getV2BotId()
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
String |
getV2BotRole()
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
void |
setMigrationStatus(String migrationStatus)
The status of the operation.
|
void |
setMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
void |
setMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
void |
setV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
void |
setV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
|
void |
setV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
|
void |
setV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
void |
setV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
String |
toString()
Returns a string representation of this object.
|
MigrationSummary |
withMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
MigrationSummary |
withMigrationStatus(MigrationStatus migrationStatus)
The status of the operation.
|
MigrationSummary |
withMigrationStatus(String migrationStatus)
The status of the operation.
|
MigrationSummary |
withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary |
withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
MigrationSummary |
withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
MigrationSummary |
withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
withV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
withV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
|
MigrationSummary |
withV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
|
MigrationSummary |
withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
public void setMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
migrationId
- The unique identifier that Amazon Lex assigned to the migration.public String getMigrationId()
The unique identifier that Amazon Lex assigned to the migration.
public MigrationSummary withMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
migrationId
- The unique identifier that Amazon Lex assigned to the migration.public void setV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
v1BotName
- The name of the Amazon Lex V1 bot that is the source of the migration.public String getV1BotName()
The name of the Amazon Lex V1 bot that is the source of the migration.
public MigrationSummary withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that is the source of the migration.
v1BotName
- The name of the Amazon Lex V1 bot that is the source of the migration.public void setV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
v1BotVersion
- The version of the Amazon Lex V1 bot that is the source of the migration.public String getV1BotVersion()
The version of the Amazon Lex V1 bot that is the source of the migration.
public MigrationSummary withV1BotVersion(String v1BotVersion)
The version of the Amazon Lex V1 bot that is the source of the migration.
v1BotVersion
- The version of the Amazon Lex V1 bot that is the source of the migration.public void setV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
v1BotLocale
- The locale of the Amazon Lex V1 bot that is the source of the migration.Locale
public String getV1BotLocale()
The locale of the Amazon Lex V1 bot that is the source of the migration.
Locale
public MigrationSummary withV1BotLocale(String v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
v1BotLocale
- The locale of the Amazon Lex V1 bot that is the source of the migration.Locale
public MigrationSummary withV1BotLocale(Locale v1BotLocale)
The locale of the Amazon Lex V1 bot that is the source of the migration.
v1BotLocale
- The locale of the Amazon Lex V1 bot that is the source of the migration.Locale
public void setV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
v2BotId
- The unique identifier of the Amazon Lex V2 that is the destination of the migration.public String getV2BotId()
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
public MigrationSummary withV2BotId(String v2BotId)
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
v2BotId
- The unique identifier of the Amazon Lex V2 that is the destination of the migration.public void setV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
v2BotRole
- The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.public String getV2BotRole()
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
public MigrationSummary withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
v2BotRole
- The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.public void setMigrationStatus(String migrationStatus)
The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
migrationStatus
- The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex
V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus
public String getMigrationStatus()
The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
COMPLETE
the bot is available in Amazon Lex
V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus
public MigrationSummary withMigrationStatus(String migrationStatus)
The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
migrationStatus
- The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex
V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus
public MigrationSummary withMigrationStatus(MigrationStatus migrationStatus)
The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex V2.
There may be alerts and warnings that need to be resolved to complete the migration.
migrationStatus
- The status of the operation. When the status is COMPLETE
the bot is available in Amazon Lex
V2. There may be alerts and warnings that need to be resolved to complete the migration.MigrationStatus
public void setMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy
- The strategy used to conduct the migration.MigrationStrategy
public String getMigrationStrategy()
The strategy used to conduct the migration.
MigrationStrategy
public MigrationSummary withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy
- The strategy used to conduct the migration.MigrationStrategy
public MigrationSummary withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy
- The strategy used to conduct the migration.MigrationStrategy
public void setMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
migrationTimestamp
- The date and time that the migration started.public Date getMigrationTimestamp()
The date and time that the migration started.
public MigrationSummary withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
migrationTimestamp
- The date and time that the migration started.public String toString()
toString
in class Object
Object.toString()
public MigrationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.