@Generated(value="software.amazon.awssdk:codegen") public class InputLogEvent extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
message()
The raw event message.
|
static Class<? extends InputLogEvent.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
InputLogEvent.Builder |
toBuilder() |
String |
toString() |
public Long timestamp()
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public String message()
The raw event message.
public InputLogEvent.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>public static InputLogEvent.Builder builder()
public static Class<? extends InputLogEvent.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.