@Generated(value="software.amazon.awssdk:codegen") public class EventCategoryGroup extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>public static EventCategoryGroup.Builder builder()
public static Class<? extends EventCategoryGroup.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.