Class StartMigrationResponse

    • Method Detail

      • v1BotName

        public final String v1BotName()

        The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.

        Returns:
        The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
      • v1BotVersion

        public final String v1BotVersion()

        The version of the bot to migrate to Amazon Lex V2.

        Returns:
        The version of the bot to migrate to Amazon Lex V2.
      • v1BotLocale

        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().

        Returns:
        The locale used for the Amazon Lex V1 bot.
        See Also:
        Locale
      • v1BotLocaleAsString

        public 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().

        Returns:
        The locale used for the Amazon Lex V1 bot.
        See Also:
        Locale
      • v2BotId

        public final String v2BotId()

        The unique identifier for the Amazon Lex V2 bot.

        Returns:
        The unique identifier for the Amazon Lex V2 bot.
      • v2BotRole

        public final String v2BotRole()

        The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.

        Returns:
        The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
      • migrationId

        public final String migrationId()

        The unique identifier that Amazon Lex assigned to the migration.

        Returns:
        The unique identifier that Amazon Lex assigned to the migration.
      • migrationTimestamp

        public final Instant migrationTimestamp()

        The date and time that the migration started.

        Returns:
        The date and time that the migration started.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object