@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventsResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EventsResponse() |
| Modifier and Type | Method and Description |
|---|---|
EventsResponse |
addResultsEntry(String key,
ItemResponse value) |
EventsResponse |
clearResultsEntries()
Removes all the entries added into Results.
|
EventsResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,ItemResponse> |
getResults()
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResults(Map<String,ItemResponse> results)
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EventsResponse |
withResults(Map<String,ItemResponse> results)
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
public Map<String,ItemResponse> getResults()
public void setResults(Map<String,ItemResponse> results)
results - A map containing a multi part response for each endpoint, with the endpoint id as the key and item
response as the valuepublic EventsResponse withResults(Map<String,ItemResponse> results)
results - A map containing a multi part response for each endpoint, with the endpoint id as the key and item
response as the valuepublic EventsResponse addResultsEntry(String key, ItemResponse value)
public EventsResponse clearResultsEntries()
public String toString()
toString in class ObjectObject.toString()public EventsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.