Class DeleteBotAliasRequest

    • 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 associated with the alias to delete.

        Returns:
        The unique identifier of the bot associated with the alias to delete.
      • skipResourceInUseCheck

        public final Boolean skipResourceInUseCheck()

        By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is deleted and throws a ResourceInUseException exception if the alias is being used by another resource. Set this parameter to true to skip this check and remove the alias even if it is being used by another resource.

        Returns:
        By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is deleted and throws a ResourceInUseException exception if the alias is being used by another resource. Set this parameter to true to skip this check and remove the alias even if it is being used by another resource.
      • 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