@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendUsersMessageResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SendUsersMessageResponse() |
Modifier and Type | Method and Description |
---|---|
SendUsersMessageResponse |
addResultEntry(String key,
Map<String,EndpointMessageResult> value) |
SendUsersMessageResponse |
clearResultEntries()
Removes all the entries added into Result.
|
SendUsersMessageResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of the Amazon Pinpoint project used to send the message.
|
String |
getRequestId()
The unique ID assigned to the users-messages request.
|
Map<String,Map<String,EndpointMessageResult>> |
getResult()
An object that shows the endpoints that were messaged for each user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique ID of the Amazon Pinpoint project used to send the message.
|
void |
setRequestId(String requestId)
The unique ID assigned to the users-messages request.
|
void |
setResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SendUsersMessageResponse |
withApplicationId(String applicationId)
The unique ID of the Amazon Pinpoint project used to send the message.
|
SendUsersMessageResponse |
withRequestId(String requestId)
The unique ID assigned to the users-messages request.
|
SendUsersMessageResponse |
withResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
public void setApplicationId(String applicationId)
applicationId
- The unique ID of the Amazon Pinpoint project used to send the message.public String getApplicationId()
public SendUsersMessageResponse withApplicationId(String applicationId)
applicationId
- The unique ID of the Amazon Pinpoint project used to send the message.public void setRequestId(String requestId)
requestId
- The unique ID assigned to the users-messages request.public String getRequestId()
public SendUsersMessageResponse withRequestId(String requestId)
requestId
- The unique ID assigned to the users-messages request.public Map<String,Map<String,EndpointMessageResult>> getResult()
public void setResult(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.public SendUsersMessageResponse withResult(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.public SendUsersMessageResponse addResultEntry(String key, Map<String,EndpointMessageResult> value)
public SendUsersMessageResponse clearResultEntries()
public String toString()
toString
in class Object
Object.toString()
public SendUsersMessageResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.