StructuredPojo
, ToCopyableBuilder<Event.Builder,Event>
@Generated("software.amazon.awssdk:codegen") public class Event extends Object implements StructuredPojo, ToCopyableBuilder<Event.Builder,Event>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Event.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Event.Builder |
builder() |
|
Date |
date() |
The date of the event.
|
boolean |
equals(Object obj) |
|
List<String> |
eventCategories() |
The event categories available for the specified source type.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
The event message.
|
static Class<? extends Event.Builder> |
serializableBuilderClass() |
|
String |
sourceIdentifier() |
The identifier of the event source.
|
String |
sourceType() |
The type of AWS DMS resource that generates events.
|
Event.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String sourceIdentifier()
The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:replication instance, endpoint, migration task
Constraints:replication instance, endpoint, migration task
public String sourceType()
The type of AWS DMS resource that generates events.
Valid values: replication-instance | endpoint | migration-task
Valid values: replication-instance | endpoint | migration-task
SourceType
public String message()
The event message.
public List<String> eventCategories()
The event categories available for the specified source type.
public Date date()
The date of the event.
public Event.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Event.Builder,Event>
public static Event.Builder builder()
public static Class<? extends Event.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.