@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()
Application id of the message.
|
String |
getRequestId()
Original request Id for which this message was delivered.
|
Map<String,Map<String,EndpointMessageResult>> |
getResult()
A map containing of UserId to Map of EndpointId to Endpoint Message Result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
Application id of the message.
|
void |
setRequestId(String requestId)
Original request Id for which this message was delivered.
|
void |
setResult(Map<String,Map<String,EndpointMessageResult>> result)
A map containing of UserId to Map of EndpointId to Endpoint Message Result.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SendUsersMessageResponse |
withApplicationId(String applicationId)
Application id of the message.
|
SendUsersMessageResponse |
withRequestId(String requestId)
Original request Id for which this message was delivered.
|
SendUsersMessageResponse |
withResult(Map<String,Map<String,EndpointMessageResult>> result)
A map containing of UserId to Map of EndpointId to Endpoint Message Result.
|
public void setApplicationId(String applicationId)
applicationId
- Application id of the message.public String getApplicationId()
public SendUsersMessageResponse withApplicationId(String applicationId)
applicationId
- Application id of the message.public void setRequestId(String requestId)
requestId
- Original request Id for which this message was delivered.public String getRequestId()
public SendUsersMessageResponse withRequestId(String requestId)
requestId
- Original request Id for which this message was delivered.public Map<String,Map<String,EndpointMessageResult>> getResult()
public void setResult(Map<String,Map<String,EndpointMessageResult>> result)
result
- A map containing of UserId to Map of EndpointId to Endpoint Message Result.public SendUsersMessageResponse withResult(Map<String,Map<String,EndpointMessageResult>> result)
result
- A map containing of UserId to Map of EndpointId to Endpoint Message Result.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.