@Generated(value="software.amazon.awssdk:codegen") public class Message extends Object implements StructuredPojo, 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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 Message.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Message.Builder,Message>
public static Message.Builder builder()
public static Class<? extends Message.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.