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 DescribeCustomVocabularyMetadataResult

    • Constructor Detail

      • DescribeCustomVocabularyMetadataResult

        public DescribeCustomVocabularyMetadataResult()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The identifier of the bot that contains the custom vocabulary.

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

        public String getBotId()

        The identifier of the bot that contains the custom vocabulary.

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

        public DescribeCustomVocabularyMetadataResult withBotId(String botId)

        The identifier of the bot that contains the custom vocabulary.

        Parameters:
        botId - The identifier of the bot that contains the custom vocabulary.
        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 that contains the custom vocabulary to describe.

        Parameters:
        botVersion - The version of the bot that contains the custom vocabulary to describe.
      • getBotVersion

        public String getBotVersion()

        The version of the bot that contains the custom vocabulary to describe.

        Returns:
        The version of the bot that contains the custom vocabulary to describe.
      • withBotVersion

        public DescribeCustomVocabularyMetadataResult withBotVersion(String botVersion)

        The version of the bot that contains the custom vocabulary to describe.

        Parameters:
        botVersion - The version of the bot that contains the custom vocabulary to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocaleId

        public void setLocaleId(String localeId)

        The locale that contains the custom vocabulary to describe.

        Parameters:
        localeId - The locale that contains the custom vocabulary to describe.
      • getLocaleId

        public String getLocaleId()

        The locale that contains the custom vocabulary to describe.

        Returns:
        The locale that contains the custom vocabulary to describe.
      • withLocaleId

        public DescribeCustomVocabularyMetadataResult withLocaleId(String localeId)

        The locale that contains the custom vocabulary to describe.

        Parameters:
        localeId - The locale that contains the custom vocabulary to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCustomVocabularyStatus

        public void setCustomVocabularyStatus(String customVocabularyStatus)

        The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

        Parameters:
        customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
        See Also:
        CustomVocabularyStatus
      • getCustomVocabularyStatus

        public String getCustomVocabularyStatus()

        The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

        Returns:
        The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
        See Also:
        CustomVocabularyStatus
      • withCustomVocabularyStatus

        public DescribeCustomVocabularyMetadataResult withCustomVocabularyStatus(String customVocabularyStatus)

        The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

        Parameters:
        customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomVocabularyStatus
      • withCustomVocabularyStatus

        public DescribeCustomVocabularyMetadataResult withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)

        The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

        Parameters:
        customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomVocabularyStatus
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The date and time that the custom vocabulary was created.

        Parameters:
        creationDateTime - The date and time that the custom vocabulary was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        The date and time that the custom vocabulary was created.

        Returns:
        The date and time that the custom vocabulary was created.
      • withCreationDateTime

        public DescribeCustomVocabularyMetadataResult withCreationDateTime(Date creationDateTime)

        The date and time that the custom vocabulary was created.

        Parameters:
        creationDateTime - The date and time that the custom vocabulary was created.
        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 custom vocabulary was last updated.

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

        public Date getLastUpdatedDateTime()

        The date and time that the custom vocabulary was last updated.

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

        public DescribeCustomVocabularyMetadataResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

        The date and time that the custom vocabulary was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time that the custom vocabulary was last updated.
        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 によって変換されたページ (->オリジナル) /