@Generated(value="software.amazon.awssdk:codegen") public final class MessageResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MessageResult.Builder,MessageResult>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MessageResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MessageResult.Builder |
builder() |
DeliveryStatus |
deliveryStatus()
The delivery status of the message.
|
String |
deliveryStatusAsString()
The delivery status of the message.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageId()
Unique message identifier associated with the message that was sent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MessageResult.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
Downstream service status code.
|
String |
statusMessage()
Status message for message delivery.
|
MessageResult.Builder |
toBuilder() |
String |
toString() |
String |
updatedToken()
If token was updated as part of delivery.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic DeliveryStatus deliveryStatus()
If the service returns an enum value that is not available in the current SDK version, deliveryStatus
will return DeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryStatusAsString().
DeliveryStatuspublic String deliveryStatusAsString()
If the service returns an enum value that is not available in the current SDK version, deliveryStatus
will return DeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deliveryStatusAsString().
DeliveryStatuspublic String messageId()
public Integer statusCode()
public String statusMessage()
public String updatedToken()
public MessageResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MessageResult.Builder,MessageResult>public static MessageResult.Builder builder()
public static Class<? extends MessageResult.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.