@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ItemResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the results of a request to create or update an endpoint that's associated with an event.
| Constructor and Description | 
|---|
| ItemResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemResponse | addEventsItemResponseEntry(String key,
                          EventItemResponse value)Add a single EventsItemResponse entry | 
| ItemResponse | clearEventsItemResponseEntries()Removes all the entries added into EventsItemResponse. | 
| ItemResponse | clone() | 
| boolean | equals(Object obj) | 
| EndpointItemResponse | getEndpointItemResponse()
 The response that was received after the endpoint data was accepted. | 
| Map<String,EventItemResponse> | getEventsItemResponse()
 A multipart response object that contains a key and a value for each event in the request. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEndpointItemResponse(EndpointItemResponse endpointItemResponse)
 The response that was received after the endpoint data was accepted. | 
| void | setEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
 A multipart response object that contains a key and a value for each event in the request. | 
| String | toString()Returns a string representation of this object. | 
| ItemResponse | withEndpointItemResponse(EndpointItemResponse endpointItemResponse)
 The response that was received after the endpoint data was accepted. | 
| ItemResponse | withEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
 A multipart response object that contains a key and a value for each event in the request. | 
public void setEndpointItemResponse(EndpointItemResponse endpointItemResponse)
The response that was received after the endpoint data was accepted.
endpointItemResponse - The response that was received after the endpoint data was accepted.public EndpointItemResponse getEndpointItemResponse()
The response that was received after the endpoint data was accepted.
public ItemResponse withEndpointItemResponse(EndpointItemResponse endpointItemResponse)
The response that was received after the endpoint data was accepted.
endpointItemResponse - The response that was received after the endpoint data was accepted.public Map<String,EventItemResponse> getEventsItemResponse()
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
public void setEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
eventsItemResponse - A multipart response object that contains a key and a value for each event in the request. In each object,
        the event ID is the key and an EventItemResponse object is the value.public ItemResponse withEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
eventsItemResponse - A multipart response object that contains a key and a value for each event in the request. In each object,
        the event ID is the key and an EventItemResponse object is the value.public ItemResponse addEventsItemResponseEntry(String key, EventItemResponse value)
public ItemResponse clearEventsItemResponseEntries()
public String toString()
toString in class ObjectObject.toString()public ItemResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.