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 DescribeBotReplicaResult

    • Constructor Detail

      • DescribeBotReplicaResult

        public DescribeBotReplicaResult()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The unique bot ID of the replicated bot being monitored.

        Parameters:
        botId - The unique bot ID of the replicated bot being monitored.
      • getBotId

        public String getBotId()

        The unique bot ID of the replicated bot being monitored.

        Returns:
        The unique bot ID of the replicated bot being monitored.
      • withBotId

        public DescribeBotReplicaResult withBotId(String botId)

        The unique bot ID of the replicated bot being monitored.

        Parameters:
        botId - The unique bot ID of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReplicaRegion

        public void setReplicaRegion(String replicaRegion)

        The region of the replicated bot being monitored.

        Parameters:
        replicaRegion - The region of the replicated bot being monitored.
      • getReplicaRegion

        public String getReplicaRegion()

        The region of the replicated bot being monitored.

        Returns:
        The region of the replicated bot being monitored.
      • withReplicaRegion

        public DescribeBotReplicaResult withReplicaRegion(String replicaRegion)

        The region of the replicated bot being monitored.

        Parameters:
        replicaRegion - The region of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceRegion

        public void setSourceRegion(String sourceRegion)

        The source region of the replicated bot being monitored.

        Parameters:
        sourceRegion - The source region of the replicated bot being monitored.
      • getSourceRegion

        public String getSourceRegion()

        The source region of the replicated bot being monitored.

        Returns:
        The source region of the replicated bot being monitored.
      • withSourceRegion

        public DescribeBotReplicaResult withSourceRegion(String sourceRegion)

        The source region of the replicated bot being monitored.

        Parameters:
        sourceRegion - The source region of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The creation date and time of the replicated bot being monitored.

        Parameters:
        creationDateTime - The creation date and time of the replicated bot being monitored.
      • getCreationDateTime

        public Date getCreationDateTime()

        The creation date and time of the replicated bot being monitored.

        Returns:
        The creation date and time of the replicated bot being monitored.
      • withCreationDateTime

        public DescribeBotReplicaResult withCreationDateTime(Date creationDateTime)

        The creation date and time of the replicated bot being monitored.

        Parameters:
        creationDateTime - The creation date and time of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotReplicaStatus

        public void setBotReplicaStatus(String botReplicaStatus)

        The operational status of the replicated bot being monitored.

        Parameters:
        botReplicaStatus - The operational status of the replicated bot being monitored.
        See Also:
        BotReplicaStatus
      • getBotReplicaStatus

        public String getBotReplicaStatus()

        The operational status of the replicated bot being monitored.

        Returns:
        The operational status of the replicated bot being monitored.
        See Also:
        BotReplicaStatus
      • withBotReplicaStatus

        public DescribeBotReplicaResult withBotReplicaStatus(String botReplicaStatus)

        The operational status of the replicated bot being monitored.

        Parameters:
        botReplicaStatus - The operational status of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotReplicaStatus
      • withBotReplicaStatus

        public DescribeBotReplicaResult withBotReplicaStatus(BotReplicaStatus botReplicaStatus)

        The operational status of the replicated bot being monitored.

        Parameters:
        botReplicaStatus - The operational status of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotReplicaStatus
      • getFailureReasons

        public List<String> getFailureReasons()

        The failure reasons the bot being monitored failed to replicate.

        Returns:
        The failure reasons the bot being monitored failed to replicate.
      • setFailureReasons

        public void setFailureReasons(Collection<String> failureReasons)

        The failure reasons the bot being monitored failed to replicate.

        Parameters:
        failureReasons - The failure reasons the bot being monitored failed to replicate.
      • withFailureReasons

        public DescribeBotReplicaResult withFailureReasons(String... failureReasons)

        The failure reasons the bot being monitored failed to replicate.

        NOTE: This method appends the values to the existing list (if any). Use setFailureReasons(java.util.Collection) or withFailureReasons(java.util.Collection) if you want to override the existing values.

        Parameters:
        failureReasons - The failure reasons the bot being monitored failed to replicate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFailureReasons

        public DescribeBotReplicaResult withFailureReasons(Collection<String> failureReasons)

        The failure reasons the bot being monitored failed to replicate.

        Parameters:
        failureReasons - The failure reasons the bot being monitored failed to replicate.
        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 によって変換されたページ (->オリジナル) /