@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 that contains a multipart response for each endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResults(Map<String,ItemResponse> results)
A map that contains a multipart response for each endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EventsResponse |
withResults(Map<String,ItemResponse> results)
A map that contains a multipart response for each endpoint.
|
public Map<String,ItemResponse> getResults()
public void setResults(Map<String,ItemResponse> results)
results
- A map that contains a multipart response for each endpoint. Each item in this object uses the endpoint ID
as the key, and the item response as the value.
If no item response exists, the value can also be one of the following: 202 (if the request was processed
successfully) or 400 (if the payload was invalid, or required fields were missing).public EventsResponse withResults(Map<String,ItemResponse> results)
results
- A map that contains a multipart response for each endpoint. Each item in this object uses the endpoint ID
as the key, and the item response as the value.
If no item response exists, the value can also be one of the following: 202 (if the request was processed
successfully) or 400 (if the payload was invalid, or required fields were missing).public EventsResponse addResultsEntry(String key, ItemResponse value)
public EventsResponse clearResultsEntries()
public String toString()
toString
in class Object
Object.toString()
public EventsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.