@Generated(value="software.amazon.awssdk:codegen") public final class PutCommentReactionRequest extends CodeCommitRequest implements ToCopyableBuilder<PutCommentReactionRequest.Builder,PutCommentReactionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutCommentReactionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutCommentReactionRequest.Builder |
builder() |
String |
commentId()
The ID of the comment to which you want to add or update a reaction.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reactionValue()
The emoji reaction you want to add or update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutCommentReactionRequest.Builder> |
serializableBuilderClass() |
PutCommentReactionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String commentId()
The ID of the comment to which you want to add or update a reaction.
public final String reactionValue()
The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none. For information about emoji reaction values supported in AWS CodeCommit, see the AWS CodeCommit User Guide.
public PutCommentReactionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutCommentReactionRequest.Builder,PutCommentReactionRequest>toBuilder in class CodeCommitRequestpublic static PutCommentReactionRequest.Builder builder()
public static Class<? extends PutCommentReactionRequest.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 © 2022. All rights reserved.