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 BotVersionSummary

    • Constructor Detail

      • BotVersionSummary

        public BotVersionSummary()
    • Method Detail

      • setBotName

        public void setBotName(String botName)

        The name of the bot associated with the version.

        Parameters:
        botName - The name of the bot associated with the version.
      • getBotName

        public String getBotName()

        The name of the bot associated with the version.

        Returns:
        The name of the bot associated with the version.
      • withBotName

        public BotVersionSummary withBotName(String botName)

        The name of the bot associated with the version.

        Parameters:
        botName - The name of the bot associated with the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotVersion

        public void setBotVersion(String botVersion)

        The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

        Parameters:
        botVersion - The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
      • getBotVersion

        public String getBotVersion()

        The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

        Returns:
        The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
      • withBotVersion

        public BotVersionSummary withBotVersion(String botVersion)

        The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

        Parameters:
        botVersion - The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the version.

        Parameters:
        description - The description of the version.
      • getDescription

        public String getDescription()

        The description of the version.

        Returns:
        The description of the version.
      • withDescription

        public BotVersionSummary withDescription(String description)

        The description of the version.

        Parameters:
        description - The description of the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotStatus

        public void setBotStatus(String botStatus)

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Parameters:
        botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
        See Also:
        BotStatus
      • getBotStatus

        public String getBotStatus()

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Returns:
        The status of the bot. When the status is available, the version of the bot is ready for use.
        See Also:
        BotStatus
      • withBotStatus

        public BotVersionSummary withBotStatus(String botStatus)

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Parameters:
        botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus
      • withBotStatus

        public BotVersionSummary withBotStatus(BotStatus botStatus)

        The status of the bot. When the status is available, the version of the bot is ready for use.

        Parameters:
        botStatus - The status of the bot. When the status is available, the version of the bot is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        A timestamp of the date and time that the version was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the version was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        A timestamp of the date and time that the version was created.

        Returns:
        A timestamp of the date and time that the version was created.
      • withCreationDateTime

        public BotVersionSummary withCreationDateTime(Date creationDateTime)

        A timestamp of the date and time that the version was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /