@Generated(value="software.amazon.awssdk:codegen") public final class PostCommentReplyRequest extends CodeCommitRequest implements ToCopyableBuilder<PostCommentReplyRequest.Builder,PostCommentReplyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PostCommentReplyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PostCommentReplyRequest.Builder |
builder() |
String |
clientRequestToken()
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
String |
content()
The contents of your reply to a comment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inReplyTo()
The system-generated ID of the comment to which you want to reply.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PostCommentReplyRequest.Builder> |
serializableBuilderClass() |
PostCommentReplyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inReplyTo()
The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
public final String clientRequestToken()
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.
public final String content()
The contents of your reply to a comment.
public PostCommentReplyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PostCommentReplyRequest.Builder,PostCommentReplyRequest>toBuilder in class CodeCommitRequestpublic static PostCommentReplyRequest.Builder builder()
public static Class<? extends PostCommentReplyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.