@Generated(value="software.amazon.awssdk:codegen") public final class ReactionValueFormats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReactionValueFormats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReactionValueFormats.Builder |
builder() |
String |
emoji()
The Emoji Version 1.0 graphic of the reaction.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReactionValueFormats.Builder> |
serializableBuilderClass() |
String |
shortCode()
The emoji short code for the reaction.
|
ReactionValueFormats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unicode()
The Unicode codepoint for the reaction.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String emoji()
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
public final String shortCode()
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
public final String unicode()
The Unicode codepoint for the reaction.
public ReactionValueFormats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>public static ReactionValueFormats.Builder builder()
public static Class<? extends ReactionValueFormats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.