StructuredPojo
, ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>
@Generated("software.amazon.awssdk:codegen") public class EventCategoryGroup extends Object implements StructuredPojo, ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventCategoryGroup.Builder |
Modifier and Type | Method | 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. |
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() |
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.
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.