@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventsBatch extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a batch of endpoints and events to process.
Constructor and Description |
---|
EventsBatch() |
Modifier and Type | Method and Description |
---|---|
EventsBatch |
addEventsEntry(String key,
Event value) |
EventsBatch |
clearEventsEntries()
Removes all the entries added into Events.
|
EventsBatch |
clone() |
boolean |
equals(Object obj) |
PublicEndpoint |
getEndpoint()
A set of properties and attributes that are associated with the endpoint.
|
Map<String,Event> |
getEvents()
A set of properties that are associated with the event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
void |
setEvents(Map<String,Event> events)
A set of properties that are associated with the event.
|
String |
toString()
Returns a string representation of this object.
|
EventsBatch |
withEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
EventsBatch |
withEvents(Map<String,Event> events)
A set of properties that are associated with the event.
|
public void setEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
endpoint
- A set of properties and attributes that are associated with the endpoint.public PublicEndpoint getEndpoint()
A set of properties and attributes that are associated with the endpoint.
public EventsBatch withEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
endpoint
- A set of properties and attributes that are associated with the endpoint.public Map<String,Event> getEvents()
A set of properties that are associated with the event.
public void setEvents(Map<String,Event> events)
A set of properties that are associated with the event.
events
- A set of properties that are associated with the event.public EventsBatch withEvents(Map<String,Event> events)
A set of properties that are associated with the event.
events
- A set of properties that are associated with the event.public EventsBatch addEventsEntry(String key, Event value)
public EventsBatch clearEventsEntries()
public String toString()
toString
in class Object
Object.toString()
public EventsBatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.