@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()
Endpoint information
|
Map<String,Event> |
getEvents()
Events
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpoint(PublicEndpoint endpoint)
Endpoint information
|
void |
setEvents(Map<String,Event> events)
Events
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EventsBatch |
withEndpoint(PublicEndpoint endpoint)
Endpoint information
|
EventsBatch |
withEvents(Map<String,Event> events)
Events
|
public void setEndpoint(PublicEndpoint endpoint)
endpoint - Endpoint informationpublic PublicEndpoint getEndpoint()
public EventsBatch withEndpoint(PublicEndpoint endpoint)
endpoint - Endpoint informationpublic EventsBatch withEvents(Map<String,Event> events)
events - Eventspublic EventsBatch addEventsEntry(String key, Event value)
public EventsBatch clearEventsEntries()
public String toString()
toString in class ObjectObject.toString()public EventsBatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.