Class GetCommentReactionsRequest

    • Method Detail

      • commentId

        public final String commentId()

        The ID of the comment for which you want to get reactions information.

        Returns:
        The ID of the comment for which you want to get reactions information.
      • reactionUserArn

        public final String reactionUserArn()

        Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

        Returns:
        Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
      • nextToken

        public final String nextToken()

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Returns:
        An enumeration token that, when provided in a request, returns the next batch of the results.
      • maxResults

        public final Integer maxResults()

        A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

        Returns:
        A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
      • 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