@Generated(value="software.amazon.awssdk:codegen") public final class LogEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogEvent.Builder,LogEvent>
Describes a database log event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogEvent.Builder |
builder() |
Instant |
createdAt()
The timestamp when the database log event was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message of the database log event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogEvent.Builder> |
serializableBuilderClass() |
LogEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp when the database log event was created.
public final String message()
The message of the database log event.
public LogEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogEvent.Builder,LogEvent>public static LogEvent.Builder builder()
public static Class<? extends LogEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.