@Generated(value="software.amazon.awssdk:codegen") public final class EventsBatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventsBatch.Builder,EventsBatch>
Modifier and Type | Class and Description |
---|---|
static interface |
EventsBatch.Builder |
Modifier and Type | Method and Description |
---|---|
static EventsBatch.Builder |
builder() |
PublicEndpoint |
endpoint()
The PublicEndpoint attached to the EndpointId from the request.
|
boolean |
equals(Object obj) |
Map<String,Event> |
events()
An object that contains a set of events associated with the endpoint.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventsBatch.Builder> |
serializableBuilderClass() |
EventsBatch.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public PublicEndpoint endpoint()
public Map<String,Event> events()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EventsBatch.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventsBatch.Builder,EventsBatch>
public static EventsBatch.Builder builder()
public static Class<? extends EventsBatch.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.