@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
ContentType
public 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()
.
ContentType
public String content()
The text of the message.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Message.Builder,Message>
public static Message.Builder builder()
public static Class<? extends Message.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.