Class JobLog
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.JobLog
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobLog.Builder,JobLog>
@Generated("software.amazon.awssdk:codegen") public final class JobLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobLog.Builder,JobLog>
Job log.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobLog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobLog.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)JobLogEventevent()Job log event.StringeventAsString()Job log event.JobLogEventDataeventData()Job event data<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogDateTime()Job log event date and time.List<SdkField<?>>sdkFields()static Class<? extends JobLog.Builder>serializableBuilderClass()JobLog.BuildertoBuilder()StringtoString()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
-
event
public final JobLogEvent event()
Job log event.
If the service returns an enum value that is not available in the current SDK version,
eventwill returnJobLogEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventAsString().- Returns:
- Job log event.
- See Also:
JobLogEvent
-
eventAsString
public final String eventAsString()
Job log event.
If the service returns an enum value that is not available in the current SDK version,
eventwill returnJobLogEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventAsString().- Returns:
- Job log event.
- See Also:
JobLogEvent
-
eventData
public final JobLogEventData eventData()
Job event data
- Returns:
- Job event data
-
logDateTime
public final String logDateTime()
Job log event date and time.
- Returns:
- Job log event date and time.
-
toBuilder
public JobLog.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobLog.Builder,JobLog>
-
builder
public static JobLog.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobLog.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-