Class ReactionValueFormats
- java.lang.Object
-
- software.amazon.awssdk.services.codecommit.model.ReactionValueFormats
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
@Generated("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. CodeCommit supports a limited set of reactions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReactionValueFormats.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReactionValueFormats.Builderbuilder()Stringemoji()The Emoji Version 1.0 graphic of the reaction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ReactionValueFormats.Builder>serializableBuilderClass()StringshortCode()The emoji short code for the reaction.ReactionValueFormats.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringunicode()The Unicode codepoint for the reaction.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
emoji
public final String emoji()
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
- Returns:
- The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
-
shortCode
public final String shortCode()
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
- Returns:
- The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
-
unicode
public final String unicode()
The Unicode codepoint for the reaction.
- Returns:
- The Unicode codepoint for the reaction.
-
toBuilder
public ReactionValueFormats.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
-
builder
public static ReactionValueFormats.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReactionValueFormats.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-