@Generated(value="software.amazon.awssdk:codegen") public final class Message extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Message.Builder,Message>
Container for text that is returned to the customer..
| 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.
|
MessageContentType |
contentType()
Indicates the type of response.
|
String |
contentTypeAsString()
Indicates the type of response.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageResponseCard |
imageResponseCard()
Returns the value of the ImageResponseCard property for this object.
|
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 String content()
The text of the message.
public final MessageContentType contentType()
Indicates the type of response.
If the service returns an enum value that is not available in the current SDK version, contentType will
return MessageContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
MessageContentTypepublic final String contentTypeAsString()
Indicates the type of response.
If the service returns an enum value that is not available in the current SDK version, contentType will
return MessageContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
MessageContentTypepublic final ImageResponseCard imageResponseCard()
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 © 2021. All rights reserved.