@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventsBatch extends Object implements Serializable, Cloneable, StructuredPojo
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()
The PublicEndpoint attached to the EndpointId from the request.
|
Map<String,Event> |
getEvents()
An object that contains a set of events associated with the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpoint(PublicEndpoint endpoint)
The PublicEndpoint attached to the EndpointId from the request.
|
void |
setEvents(Map<String,Event> events)
An object that contains a set of events associated with the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EventsBatch |
withEndpoint(PublicEndpoint endpoint)
The PublicEndpoint attached to the EndpointId from the request.
|
EventsBatch |
withEvents(Map<String,Event> events)
An object that contains a set of events associated with the endpoint.
|
public void setEndpoint(PublicEndpoint endpoint)
endpoint
- The PublicEndpoint attached to the EndpointId from the request.public PublicEndpoint getEndpoint()
public EventsBatch withEndpoint(PublicEndpoint endpoint)
endpoint
- The PublicEndpoint attached to the EndpointId from the request.public Map<String,Event> getEvents()
public void setEvents(Map<String,Event> events)
events
- An object that contains a set of events associated with the endpoint.public EventsBatch withEvents(Map<String,Event> events)
events
- An object that contains a set of events associated with the endpoint.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.