@Generated(value="software.amazon.awssdk:codegen") public final class EventCategoriesMap extends Object implements ToCopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
Describes event categories.
Modifier and Type | Class and Description |
---|---|
static interface |
EventCategoriesMap.Builder |
Modifier and Type | Method and Description |
---|---|
static EventCategoriesMap.Builder |
builder() |
boolean |
equals(Object obj) |
List<EventInfoMap> |
events()
The events in the event category.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends EventCategoriesMap.Builder> |
serializableBuilderClass() |
String |
sourceType()
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
|
EventCategoriesMap.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String sourceType()
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
public List<EventInfoMap> events()
The events in the event category.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EventCategoriesMap.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
public static EventCategoriesMap.Builder builder()
public static Class<? extends EventCategoriesMap.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.