public static interface SendUsersMessageResponse.Builder extends SdkPojo, CopyableBuilder<SendUsersMessageResponse.Builder,SendUsersMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
SendUsersMessageResponse.Builder |
applicationId(String applicationId)
The unique ID of the Amazon Pinpoint project used to send the message.
|
SendUsersMessageResponse.Builder |
requestId(String requestId)
The unique ID assigned to the users-messages request.
|
SendUsersMessageResponse.Builder |
result(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
copyapplyMutation, buildSendUsersMessageResponse.Builder applicationId(String applicationId)
applicationId - The unique ID of the Amazon Pinpoint project used to send the message.SendUsersMessageResponse.Builder requestId(String requestId)
requestId - The unique ID assigned to the users-messages request.SendUsersMessageResponse.Builder result(Map<String,Map<String,EndpointMessageResult>> result)
result - An object that shows the endpoints that were messaged for each user. The object provides a list of
user IDs. For each user ID, it provides the endpoint IDs that were messaged. For each endpoint ID, it
provides an EndpointMessageResult object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.