Comment

class Comment

Returns information about a specific comment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the person who posted the comment.

Link copied to clipboard

The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

Link copied to clipboard

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

Link copied to clipboard

The system-generated comment ID.

Link copied to clipboard

The content of the comment.

Link copied to clipboard

The date and time the comment was created, in timestamp format.

Link copied to clipboard

A Boolean value indicating whether the comment has been deleted.

Link copied to clipboard

The ID of the comment for which this comment is a reply, if any.

Link copied to clipboard

The date and time the comment was most recently modified, in timestamp format.

Link copied to clipboard

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

Functions

Link copied to clipboard
inline fun copy(block: Comment.Builder.() -> Unit = {}): Comment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String