@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMigrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartMigrationResult() |
Modifier and Type | Method and Description |
---|---|
StartMigrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getMigrationId()
The unique identifier that Amazon Lex assigned to the migration.
|
String |
getMigrationStrategy()
The strategy used to conduct the migration.
|
Date |
getMigrationTimestamp()
The date and time that the migration started.
|
String |
getV1BotLocale()
The locale used for the Amazon Lex V1 bot.
|
String |
getV1BotName()
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
String |
getV1BotVersion()
The version of the bot to migrate to Amazon Lex V2.
|
String |
getV2BotId()
The unique identifier for the Amazon Lex V2 bot.
|
String |
getV2BotRole()
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
int |
hashCode() |
void |
setMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
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 used for the Amazon Lex V1 bot.
|
void |
setV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
void |
setV1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
|
void |
setV2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
|
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.
|
StartMigrationResult |
withMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
StartMigrationResult |
withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResult |
withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResult |
withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
StartMigrationResult |
withV1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResult |
withV1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResult |
withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
StartMigrationResult |
withV1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
|
StartMigrationResult |
withV2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
|
StartMigrationResult |
withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
v1BotName
- The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.public String getV1BotName()
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
public StartMigrationResult withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
v1BotName
- The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.public void setV1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
v1BotVersion
- The version of the bot to migrate to Amazon Lex V2.public String getV1BotVersion()
The version of the bot to migrate to Amazon Lex V2.
public StartMigrationResult withV1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
v1BotVersion
- The version of the bot to migrate to Amazon Lex V2.public void setV1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
v1BotLocale
- The locale used for the Amazon Lex V1 bot.Locale
public String getV1BotLocale()
The locale used for the Amazon Lex V1 bot.
Locale
public StartMigrationResult withV1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
v1BotLocale
- The locale used for the Amazon Lex V1 bot.Locale
public StartMigrationResult withV1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
v1BotLocale
- The locale used for the Amazon Lex V1 bot.Locale
public void setV2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
v2BotId
- The unique identifier for the Amazon Lex V2 bot.public String getV2BotId()
The unique identifier for the Amazon Lex V2 bot.
public StartMigrationResult withV2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
v2BotId
- The unique identifier for the Amazon Lex V2 bot.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 StartMigrationResult 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 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 StartMigrationResult 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 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 StartMigrationResult withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
migrationStrategy
- The strategy used to conduct the migration.MigrationStrategy
public StartMigrationResult 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 StartMigrationResult 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 StartMigrationResult clone()