@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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.