StructuredPojo
, ToCopyableBuilder<MessageResponse.Builder,MessageResponse>
@Generated("software.amazon.awssdk:codegen") public class MessageResponse extends Object implements StructuredPojo, ToCopyableBuilder<MessageResponse.Builder,MessageResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
MessageResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
Application id of the message.
|
static MessageResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
requestId() |
Original request Id for which this message was delivered.
|
Map<String,MessageResult> |
result() |
A map containing a multi part response for each address, with the address as the key(Email address, phone number
or push token) and the result as the value.
|
static Class<? extends MessageResponse.Builder> |
serializableBuilderClass() |
|
MessageResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String applicationId()
public String requestId()
public Map<String,MessageResult> result()
public MessageResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MessageResponse.Builder,MessageResponse>
public static MessageResponse.Builder builder()
public static Class<? extends MessageResponse.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.