Class MentionSentiment
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.MentionSentiment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MentionSentiment.Builder,MentionSentiment>
@Generated("software.amazon.awssdk:codegen") public final class MentionSentiment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MentionSentiment.Builder,MentionSentiment>
Contains the sentiment and sentiment score for one mention of an entity.
For more information about targeted sentiment, see Targeted sentiment in the Amazon Comprehend Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMentionSentiment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MentionSentiment.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()SentimentTypesentiment()The sentiment of the mention.StringsentimentAsString()The sentiment of the mention.SentimentScoresentimentScore()Returns the value of the SentimentScore property for this object.static Class<? extends MentionSentiment.Builder>serializableBuilderClass()MentionSentiment.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
sentiment
public final SentimentType sentiment()
The sentiment of the mention.
If the service returns an enum value that is not available in the current SDK version,
sentimentwill returnSentimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsentimentAsString().- Returns:
- The sentiment of the mention.
- See Also:
SentimentType
-
sentimentAsString
public final String sentimentAsString()
The sentiment of the mention.
If the service returns an enum value that is not available in the current SDK version,
sentimentwill returnSentimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsentimentAsString().- Returns:
- The sentiment of the mention.
- See Also:
SentimentType
-
sentimentScore
public final SentimentScore sentimentScore()
Returns the value of the SentimentScore property for this object.- Returns:
- The value of the SentimentScore property for this object.
-
toBuilder
public MentionSentiment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MentionSentiment.Builder,MentionSentiment>
-
builder
public static MentionSentiment.Builder builder()
-
serializableBuilderClass
public static Class<? extends MentionSentiment.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.
-
-