public static interface MessageResponse.Builder extends SdkPojo, CopyableBuilder<MessageResponse.Builder,MessageResponse>
Modifier and Type | Method and Description |
---|---|
MessageResponse.Builder |
applicationId(String applicationId)
Application id of the message.
|
MessageResponse.Builder |
endpointResult(Map<String,EndpointMessageResult> endpointResult)
A map containing a multi part response for each address, with the endpointId as the key and the result as the
value.
|
MessageResponse.Builder |
requestId(String requestId)
Original request Id for which this message was delivered.
|
MessageResponse.Builder |
result(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.
|
copy
applyMutation, build
MessageResponse.Builder applicationId(String applicationId)
applicationId
- Application id of the message.MessageResponse.Builder endpointResult(Map<String,EndpointMessageResult> endpointResult)
endpointResult
- A map containing a multi part response for each address, with the endpointId as the key and the result
as the value.MessageResponse.Builder requestId(String requestId)
requestId
- Original request Id for which this message was delivered.MessageResponse.Builder result(Map<String,MessageResult> result)
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.