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 CreateBotVersionResult

    • Constructor Detail

      • CreateBotVersionResult

        public CreateBotVersionResult()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The bot identifier specified in the request.

        Parameters:
        botId - The bot identifier specified in the request.
      • getBotId

        public String getBotId()

        The bot identifier specified in the request.

        Returns:
        The bot identifier specified in the request.
      • withBotId

        public CreateBotVersionResult withBotId(String botId)

        The bot identifier specified in the request.

        Parameters:
        botId - The bot identifier specified in the request.
        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 specified in the request.

        Parameters:
        description - The description of the version specified in the request.
      • getDescription

        public String getDescription()

        The description of the version specified in the request.

        Returns:
        The description of the version specified in the request.
      • withDescription

        public CreateBotVersionResult withDescription(String description)

        The description of the version specified in the request.

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

        public void setBotVersion(String botVersion)

        The version number assigned to the version.

        Parameters:
        botVersion - The version number assigned to the version.
      • getBotVersion

        public String getBotVersion()

        The version number assigned to the version.

        Returns:
        The version number assigned to the version.
      • withBotVersion

        public CreateBotVersionResult withBotVersion(String botVersion)

        The version number assigned to the version.

        Parameters:
        botVersion - The version number assigned to the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBotVersionLocaleSpecification

        public Map<String,BotVersionLocaleDetails> getBotVersionLocaleSpecification()

        The source versions used for each locale in the new version.

        Returns:
        The source versions used for each locale in the new version.
      • setBotVersionLocaleSpecification

        public void setBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)

        The source versions used for each locale in the new version.

        Parameters:
        botVersionLocaleSpecification - The source versions used for each locale in the new version.
      • withBotVersionLocaleSpecification

        public CreateBotVersionResult withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)

        The source versions used for each locale in the new version.

        Parameters:
        botVersionLocaleSpecification - The source versions used for each locale in the new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearBotVersionLocaleSpecificationEntries

        public CreateBotVersionResult clearBotVersionLocaleSpecificationEntries()
        Removes all the entries added into BotVersionLocaleSpecification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotStatus

        public void setBotStatus(String botStatus)

        When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.

        Parameters:
        botStatus - When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
        See Also:
        BotStatus
      • getBotStatus

        public String getBotStatus()

        When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.

        Returns:
        When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
        See Also:
        BotStatus
      • withBotStatus

        public CreateBotVersionResult withBotStatus(String botStatus)

        When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.

        Parameters:
        botStatus - When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotStatus
      • withBotStatus

        public CreateBotVersionResult withBotStatus(BotStatus botStatus)

        When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.

        Parameters:
        botStatus - When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
        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 CreateBotVersionResult 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 によって変換されたページ (->オリジナル) /