@Generated(value="software.amazon.awssdk:codegen") public final class JobExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
The job execution summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
executionNumber()
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in seconds since the epoch, when the job execution was last updated.
|
Instant |
queuedAt()
The time, in seconds since the epoch, when the job execution was queued.
|
Integer |
retryAttempt()
The number that indicates how many retry attempts have been completed for this job on this device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobExecutionSummary.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The time, in seconds since the epoch, when the job execution started.
|
JobExecutionStatus |
status()
The status of the job execution.
|
String |
statusAsString()
The status of the job execution.
|
JobExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobExecutionStatus status()
The status of the job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return JobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobExecutionStatuspublic final String statusAsString()
The status of the job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return JobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobExecutionStatuspublic final Instant queuedAt()
The time, in seconds since the epoch, when the job execution was queued.
public final Instant startedAt()
The time, in seconds since the epoch, when the job execution started.
public final Instant lastUpdatedAt()
The time, in seconds since the epoch, when the job execution was last updated.
public final Long executionNumber()
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
public final Integer retryAttempt()
The number that indicates how many retry attempts have been completed for this job on this device.
public JobExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>public static JobExecutionSummary.Builder builder()
public static Class<? extends JobExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.