@Generated(value="software.amazon.awssdk:codegen") public final class OutputLogEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
Represents a log event.
Modifier and Type | Class and Description |
---|---|
static interface |
OutputLogEvent.Builder |
Modifier and Type | Method and Description |
---|---|
static OutputLogEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
ingestionTime()
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
String |
message()
The data contained in the log event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputLogEvent.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
OutputLogEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public final String message()
The data contained in the log event.
public final Long ingestionTime()
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public OutputLogEvent.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
public static OutputLogEvent.Builder builder()
public static Class<? extends OutputLogEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.