@Generated(value="software.amazon.awssdk:codegen") public final class InputLogEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputLogEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputLogEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The raw event message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputLogEvent.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
InputLogEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Jan 1, 1970 00:00:00 UTC.public final String message()
The raw event message. Each log event can be no larger than 256 KB.
public InputLogEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>public static InputLogEvent.Builder builder()
public static Class<? extends InputLogEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.