@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) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
eventCategories()
A list of event categories from a source type that you've chosen.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEventCategories()
Returns true if the EventCategories property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String sourceType()
The type of AWS DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
Valid values: replication-instance | replication-server | security-group | replication-task
public boolean hasEventCategories()
public List<String> eventCategories()
A list of event categories from a source type that you've chosen.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventCategories() to see if a value was sent in this field.
public EventCategoryGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>public static EventCategoryGroup.Builder builder()
public static Class<? extends EventCategoryGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.