JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class DeleteBotVersionRequest

    • Constructor Detail

      • DeleteBotVersionRequest

        public DeleteBotVersionRequest()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The identifier of the bot that contains the version.

        Parameters:
        botId - The identifier of the bot that contains the version.
      • getBotId

        public String getBotId()

        The identifier of the bot that contains the version.

        Returns:
        The identifier of the bot that contains the version.
      • withBotId

        public DeleteBotVersionRequest withBotId(String botId)

        The identifier of the bot that contains the version.

        Parameters:
        botId - The identifier of the bot that contains the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotVersion

        public void setBotVersion(String botVersion)

        The version of the bot to delete.

        Parameters:
        botVersion - The version of the bot to delete.
      • getBotVersion

        public String getBotVersion()

        The version of the bot to delete.

        Returns:
        The version of the bot to delete.
      • withBotVersion

        public DeleteBotVersionRequest withBotVersion(String botVersion)

        The version of the bot to delete.

        Parameters:
        botVersion - The version of the bot to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSkipResourceInUseCheck

        public void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)

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

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

        public Boolean getSkipResourceInUseCheck()

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

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

        public DeleteBotVersionRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)

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

        Parameters:
        skipResourceInUseCheck - By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot version before it is deleted and throws a ResourceInUseException exception if the version is being used by another resource. Set this parameter to true to skip this check and remove the version even if it is being used by another resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSkipResourceInUseCheck

        public Boolean isSkipResourceInUseCheck()

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

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

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /