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 BotSummary

    • Constructor Detail

      • BotSummary

        public BotSummary()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.

        Parameters:
        botId - The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
      • getBotId

        public String getBotId()

        The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.

        Returns:
        The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
      • withBotId

        public BotSummary withBotId(String botId)

        The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.

        Parameters:
        botId - The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotName

        public void setBotName(String botName)

        The name of the bot.

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

        public String getBotName()

        The name of the bot.

        Returns:
        The name of the bot.
      • withBotName

        public BotSummary withBotName(String botName)

        The name of the bot.

        Parameters:
        botName - The name of the bot.
        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 bot.

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

        public String getDescription()

        The description of the bot.

        Returns:
        The description of the bot.
      • withDescription

        public BotSummary withDescription(String description)

        The description of the bot.

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

        public void setBotStatus(String botStatus)

        The current status of the bot. When the status is Available the bot is ready for use.

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

        public String getBotStatus()

        The current status of the bot. When the status is Available the bot is ready for use.

        Returns:
        The current status of the bot. When the status is Available the bot is ready for use.
        See Also:
        BotStatus
      • withBotStatus

        public BotSummary withBotStatus(String botStatus)

        The current status of the bot. When the status is Available the bot is ready for use.

        Parameters:
        botStatus - The current status of the bot. When the status is Available 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 BotSummary withBotStatus(BotStatus botStatus)

        The current status of the bot. When the status is Available the bot is ready for use.

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

        public void setLatestBotVersion(String latestBotVersion)

        The latest numerical version in use for the bot.

        Parameters:
        latestBotVersion - The latest numerical version in use for the bot.
      • getLatestBotVersion

        public String getLatestBotVersion()

        The latest numerical version in use for the bot.

        Returns:
        The latest numerical version in use for the bot.
      • withLatestBotVersion

        public BotSummary withLatestBotVersion(String latestBotVersion)

        The latest numerical version in use for the bot.

        Parameters:
        latestBotVersion - The latest numerical version in use for the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedDateTime

        public void setLastUpdatedDateTime(Date lastUpdatedDateTime)

        The date and time that the bot was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time that the bot was last updated.
      • getLastUpdatedDateTime

        public Date getLastUpdatedDateTime()

        The date and time that the bot was last updated.

        Returns:
        The date and time that the bot was last updated.
      • withLastUpdatedDateTime

        public BotSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)

        The date and time that the bot was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time that the bot was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotType

        public void setBotType(String botType)

        The type of the bot.

        Parameters:
        botType - The type of the bot.
        See Also:
        BotType
      • getBotType

        public String getBotType()

        The type of the bot.

        Returns:
        The type of the bot.
        See Also:
        BotType
      • withBotType

        public BotSummary withBotType(String botType)

        The type of the bot.

        Parameters:
        botType - The type of the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotType
      • withBotType

        public BotSummary withBotType(BotType botType)

        The type of the bot.

        Parameters:
        botType - The type of the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotType
      • 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 によって変換されたページ (->オリジナル) /