StructuredPojo, ToCopyableBuilder<CommentMetadata.Builder,CommentMetadata>@Generated("software.amazon.awssdk:codegen") public class CommentMetadata extends Object implements StructuredPojo, ToCopyableBuilder<CommentMetadata.Builder,CommentMetadata>
Describes the metadata of a comment.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CommentMetadata.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CommentMetadata.Builder |
builder() |
|
String |
commentId() |
The ID of the comment.
|
String |
commentStatus() |
|
User |
contributor() |
The user who made the comment.
|
Date |
createdTimestamp() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
recipientId() |
The ID of the user being replied to.
|
static Class<? extends CommentMetadata.Builder> |
serializableBuilderClass() |
|
CommentMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String commentId()
The ID of the comment.
public User contributor()
The user who made the comment.
public Date createdTimestamp()
public String commentStatus()
CommentStatusTypepublic String recipientId()
The ID of the user being replied to.
public CommentMetadata.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CommentMetadata.Builder,CommentMetadata>public static CommentMetadata.Builder builder()
public static Class<? extends CommentMetadata.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.