@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()
A batch of events to process.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBatchItem(Map<String,EventsBatch> batchItem)
A batch of events to process.
|
String |
toString()
Returns a string representation of this object.
|
EventsRequest |
withBatchItem(Map<String,EventsBatch> batchItem)
A batch of events to process.
|
public Map<String,EventsBatch> getBatchItem()
public void setBatchItem(Map<String,EventsBatch> batchItem)
batchItem - A batch of events to process. Each BatchItem consists of an endpoint ID as the key, and an EventsBatch
object as the value.public EventsRequest withBatchItem(Map<String,EventsBatch> batchItem)
batchItem - A batch of events to process. Each BatchItem consists of an endpoint ID as the key, and an EventsBatch
object as the value.public 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 © 2019. All rights reserved.