@Generated(value="software.amazon.awssdk:codegen") public final class StartMigrationResponse extends LexModelBuildingResponse implements ToCopyableBuilder<StartMigrationResponse.Builder,StartMigrationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMigrationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMigrationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
migrationId()
The unique identifier that Amazon Lex assigned to the migration.
|
MigrationStrategy |
migrationStrategy()
The strategy used to conduct the migration.
|
String |
migrationStrategyAsString()
The strategy used to conduct the migration.
|
Instant |
migrationTimestamp()
The date and time that the migration started.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMigrationResponse.Builder> |
serializableBuilderClass() |
StartMigrationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Locale |
v1BotLocale()
The locale used for the Amazon Lex V1 bot.
|
String |
v1BotLocaleAsString()
The locale used for the Amazon Lex V1 bot.
|
String |
v1BotName()
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
String |
v1BotVersion()
The version of the bot to migrate to Amazon Lex V2.
|
String |
v2BotId()
The unique identifier for the Amazon Lex V2 bot.
|
String |
v2BotRole()
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String v1BotName()
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
public final String v1BotVersion()
The version of the bot to migrate to Amazon Lex V2.
public final Locale v1BotLocale()
The locale used for the Amazon Lex V1 bot.
If the service returns an enum value that is not available in the current SDK version, v1BotLocale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
v1BotLocaleAsString().
Localepublic final String v1BotLocaleAsString()
The locale used for the Amazon Lex V1 bot.
If the service returns an enum value that is not available in the current SDK version, v1BotLocale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
v1BotLocaleAsString().
Localepublic final String v2BotId()
The unique identifier for the Amazon Lex V2 bot.
public final String v2BotRole()
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
public final String migrationId()
The unique identifier that Amazon Lex assigned to the migration.
public final MigrationStrategy migrationStrategy()
The strategy used to conduct the migration.
If the service returns an enum value that is not available in the current SDK version, migrationStrategy
will return MigrationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from migrationStrategyAsString().
MigrationStrategypublic final String migrationStrategyAsString()
The strategy used to conduct the migration.
If the service returns an enum value that is not available in the current SDK version, migrationStrategy
will return MigrationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from migrationStrategyAsString().
MigrationStrategypublic final Instant migrationTimestamp()
The date and time that the migration started.
public StartMigrationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMigrationResponse.Builder,StartMigrationResponse>toBuilder in class AwsResponsepublic static StartMigrationResponse.Builder builder()
public static Class<? extends StartMigrationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.