@Generated(value="software.amazon.awssdk:codegen") public final class EventCategoryGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>
Modifier and Type | Class and Description |
---|---|
static interface |
EventCategoryGroup.Builder |
Modifier and Type | Method and Description |
---|---|
static EventCategoryGroup.Builder |
builder() |
boolean |
equals(Object obj) |
List<String> |
eventCategories()
A list of event categories for a
SourceType that you want to subscribe to. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventCategoryGroup.Builder> |
serializableBuilderClass() |
String |
sourceType()
The type of AWS DMS resource that generates events.
|
EventCategoryGroup.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 type of AWS DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | migration-task
Valid values: replication-instance | replication-server | security-group | migration-task
public List<String> eventCategories()
A list of event categories for a SourceType
that you want to subscribe to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
SourceType
that you want to subscribe to.public EventCategoryGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>
public static EventCategoryGroup.Builder builder()
public static Class<? extends EventCategoryGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.