@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EventsBatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.