@Generated(value="software.amazon.awssdk:codegen") public class EndpointMessageResult extends Object implements StructuredPojo, ToCopyableBuilder<EndpointMessageResult.Builder,EndpointMessageResult>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointMessageResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Address that endpoint message was delivered to.
|
static EndpointMessageResult.Builder |
builder() |
DeliveryStatus |
deliveryStatus()
Delivery status of message.
|
String |
deliveryStatusAsString()
Delivery status of message.
|
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 EndpointMessageResult.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
Downstream service status code.
|
String |
statusMessage()
Status message for message delivery.
|
EndpointMessageResult.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
updatedToken()
If token was updated as part of delivery.
|
copypublic String address()
public 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 Integer statusCode()
public String statusMessage()
public String updatedToken()
public EndpointMessageResult.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EndpointMessageResult.Builder,EndpointMessageResult>public static EndpointMessageResult.Builder builder()
public static Class<? extends EndpointMessageResult.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.