@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventsRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
EventsRequest |
addBatchItemEntry(String key,
EventsBatch value) |
EventsRequest |
clearBatchItemEntries()
Removes all the entries added into BatchItem.
|
EventsRequest |
clone() |
boolean |
equals(Object obj) |
Map<String,EventsBatch> |
getBatchItem()
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBatchItem(Map<String,EventsBatch> batchItem)
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EventsRequest |
withBatchItem(Map<String,EventsBatch> batchItem)
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
public Map<String,EventsBatch> getBatchItem()
public void setBatchItem(Map<String,EventsBatch> batchItem)
batchItem - Batch of events with endpoint id as the key and an object of EventsBatch as value. The EventsBatch object
has the PublicEndpoint and a map of event Id's to eventspublic EventsRequest withBatchItem(Map<String,EventsBatch> batchItem)
batchItem - Batch of events with endpoint id as the key and an object of EventsBatch as value. The EventsBatch object
has the PublicEndpoint and a map of event Id's to eventspublic EventsRequest addBatchItemEntry(String key, EventsBatch value)
public EventsRequest clearBatchItemEntries()
public String toString()
toString in class ObjectObject.toString()public EventsRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.