Class CommentContent
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.CommentContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CommentContent.Builder,CommentContent>
@Generated("software.amazon.awssdk:codegen") public final class CommentContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CommentContent.Builder,CommentContent>
Represents the content of a
Commentto be returned to agents.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCommentContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()Text in the body of aCommenton a case.static CommentContent.Builderbuilder()CommentBodyTextTypecontentType()Type of the text in the box of aCommenton a case.StringcontentTypeAsString()Type of the text in the box of aCommenton a case.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CommentContent.Builder>serializableBuilderClass()CommentContent.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
-
body
public final String body()
Text in the body of a
Commenton a case.- Returns:
- Text in the body of a
Commenton a case.
-
contentType
public final CommentBodyTextType contentType()
Type of the text in the box of a
Commenton a case.If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCommentBodyTextType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- Type of the text in the box of a
Commenton a case. - See Also:
CommentBodyTextType
-
contentTypeAsString
public final String contentTypeAsString()
Type of the text in the box of a
Commenton a case.If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCommentBodyTextType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- Type of the text in the box of a
Commenton a case. - See Also:
CommentBodyTextType
-
toBuilder
public CommentContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CommentContent.Builder,CommentContent>
-
builder
public static CommentContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends CommentContent.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.
-
-