@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, wait
copy
public Long timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public String message()
The raw event message.
public InputLogEvent.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>
public static InputLogEvent.Builder builder()
public static Class<? extends InputLogEvent.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.