@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
Summary of information about a processing job.
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessingJobSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static ProcessingJobSummary.Builder |
builder() |
Instant |
creationTime()
The time at which the processing job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exitMessage()
An optional string, up to one KB in size, that contains metadata from the processing container when the
processing job exits.
|
String |
failureReason()
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
A timestamp that indicates the last time the processing job was modified.
|
Instant |
processingEndTime()
The time at which the processing job completed.
|
String |
processingJobArn()
The Amazon Resource Name (ARN) of the processing job..
|
String |
processingJobName()
The name of the processing job.
|
ProcessingJobStatus |
processingJobStatus()
The status of the processing job.
|
String |
processingJobStatusAsString()
The status of the processing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessingJobSummary.Builder> |
serializableBuilderClass() |
ProcessingJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String processingJobName()
The name of the processing job.
public final String processingJobArn()
The Amazon Resource Name (ARN) of the processing job..
public final Instant creationTime()
The time at which the processing job was created.
public final Instant processingEndTime()
The time at which the processing job completed.
public final Instant lastModifiedTime()
A timestamp that indicates the last time the processing job was modified.
public final ProcessingJobStatus processingJobStatus()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatus
will return ProcessingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from processingJobStatusAsString()
.
ProcessingJobStatus
public final String processingJobStatusAsString()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatus
will return ProcessingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from processingJobStatusAsString()
.
ProcessingJobStatus
public final String failureReason()
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
public final String exitMessage()
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
public ProcessingJobSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
public static ProcessingJobSummary.Builder builder()
public static Class<? extends ProcessingJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.