Class InputLogEvent
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.InputLogEvent
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InputLogEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends InputLogEvent.Builder>
serializableBuilderClass()
Long
timestamp()
The time the event occurred, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC
.InputLogEvent.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timestamp
public final Long timestamp()
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.- Returns:
- The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.
-
message
public final String message()
The raw event message. Each log event can be no larger than 256 KB.
- Returns:
- The raw event message. Each log event can be no larger than 256 KB.
-
toBuilder
public InputLogEvent.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InputLogEvent.Builder,InputLogEvent>
-
builder
public static InputLogEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputLogEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-