@Generated(value="software.amazon.awssdk:codegen") public final class EventsBatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventsBatch.Builder,EventsBatch>
Specifies a batch of endpoints and events to process.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventsBatch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventsBatch.Builder |
builder() |
PublicEndpoint |
endpoint()
A set of properties and attributes that are associated with the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,Event> |
events()
A set of properties that are associated with the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventsBatch.Builder> |
serializableBuilderClass() |
EventsBatch.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic PublicEndpoint endpoint()
A set of properties and attributes that are associated with the endpoint.
public Map<String,Event> events()
A set of properties that are associated with the event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EventsBatch.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventsBatch.Builder,EventsBatch>public static EventsBatch.Builder builder()
public static Class<? extends EventsBatch.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.