@Generated(value="software.amazon.awssdk:codegen") public final class Message extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Message.Builder,Message>
The message object that provides the message text and its type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Message.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Message.Builder |
builder() |
String |
content()
The text of the message.
|
ContentType |
contentType()
The content type of the message string.
|
String |
contentTypeAsString()
The content type of the message string.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
groupNumber()
Identifies the message group that the message belongs to.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Message.Builder> |
serializableBuilderClass() |
Message.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContentType contentType()
The content type of the message string.
If the service returns an enum value that is not available in the current SDK version, contentType will
return ContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
ContentTypepublic final String contentTypeAsString()
The content type of the message string.
If the service returns an enum value that is not available in the current SDK version, contentType will
return ContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
ContentTypepublic final String content()
The text of the message.
public final Integer groupNumber()
Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.
public Message.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Message.Builder,Message>public static Message.Builder builder()
public static Class<? extends Message.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.