@Generated(value="software.amazon.awssdk:codegen") public final class JobLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobLog.Builder,JobLog>
A log outputted by a Job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobLog.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobLog.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
JobLogEvent |
event()
The event represents the type of a log.
|
String |
eventAsString()
The event represents the type of a log.
|
JobLogEventData |
eventData()
Metadata associated with a Job log.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logDateTime()
The date and time the log was taken.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobLog.Builder> |
serializableBuilderClass() |
JobLog.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobLogEvent event()
The event represents the type of a log.
If the service returns an enum value that is not available in the current SDK version, event will return
JobLogEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
JobLogEventpublic final String eventAsString()
The event represents the type of a log.
If the service returns an enum value that is not available in the current SDK version, event will return
JobLogEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
JobLogEventpublic final JobLogEventData eventData()
Metadata associated with a Job log.
public final String logDateTime()
The date and time the log was taken.
public JobLog.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobLog.Builder,JobLog>public static JobLog.Builder builder()
public static Class<? extends JobLog.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.