@Generated(value="software.amazon.awssdk:codegen") public final class JobLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobLog.Builder,JobLog>
Job log.
| 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()
Job log event.
|
String |
eventAsString()
Job log event.
|
JobLogEventData |
eventData()
Job event data
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logDateTime()
Job log event date and time.
|
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()
Job log event.
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()
Job log event.
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()
Job event data
public final String logDateTime()
Job log event date and time.
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.