Class ListBotAliasReplicasRequest

    • Method Detail

      • botId

        public final String botId()

        The request for the unique bot ID of the replicated bot created from the source bot alias.

        Returns:
        The request for the unique bot ID of the replicated bot created from the source bot alias.
      • replicaRegion

        public final String replicaRegion()

        The request for the secondary region of the replicated bot created from the source bot alias.

        Returns:
        The request for the secondary region of the replicated bot created from the source bot alias.
      • maxResults

        public final Integer maxResults()

        The request for maximum results to list the replicated bots created from the source bot alias.

        Returns:
        The request for maximum results to list the replicated bots created from the source bot alias.
      • nextToken

        public final String nextToken()

        The request for the next token for the replicated bot created from the source bot alias.

        Returns:
        The request for the next token for the replicated bot created from the source bot alias.
      • toString

        public final 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