@Generated(value="software.amazon.awssdk:codegen") public class FilteredLogEvent extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<FilteredLogEvent.Builder,FilteredLogEvent>
Represents a matched event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilteredLogEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilteredLogEvent.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eventId()
The ID of the event.
|
int |
hashCode() |
Long |
ingestionTime()
The time the event was ingested, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
String |
logStreamName()
The name of the log stream this event belongs to.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
message()
The data contained in the log event.
|
static Class<? extends FilteredLogEvent.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
FilteredLogEvent.Builder |
toBuilder() |
String |
toString() |
public String logStreamName()
The name of the log stream this event belongs to.
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 data contained in the log event.
public Long ingestionTime()
The time the event was ingested, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public String eventId()
The ID of the event.
public FilteredLogEvent.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<FilteredLogEvent.Builder,FilteredLogEvent>public static FilteredLogEvent.Builder builder()
public static Class<? extends FilteredLogEvent.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.