Class DeleteBotAliasResponse

    • Method Detail

      • botAliasId

        public final String botAliasId()

        The unique identifier of the bot alias to delete.

        Returns:
        The unique identifier of the bot alias to delete.
      • botId

        public final String botId()

        The unique identifier of the bot that contains the alias to delete.

        Returns:
        The unique identifier of the bot that contains the alias to delete.
      • botAliasStatus

        public final BotAliasStatus botAliasStatus()

        The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.

        If the service returns an enum value that is not available in the current SDK version, botAliasStatus will return BotAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from botAliasStatusAsString().

        Returns:
        The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.
        See Also:
        BotAliasStatus
      • botAliasStatusAsString

        public final String botAliasStatusAsString()

        The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.

        If the service returns an enum value that is not available in the current SDK version, botAliasStatus will return BotAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from botAliasStatusAsString().

        Returns:
        The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.
        See Also:
        BotAliasStatus
      • 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