@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.
|
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, wait
copy
public 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()
.
JobExecutionStatus
public 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()
.
JobExecutionStatus
public Instant queuedAt()
The time, in seconds since the epoch, when the job execution was queued.
public Instant startedAt()
The time, in seconds since the epoch, when the job execution started.
public Instant lastUpdatedAt()
The time, in seconds since the epoch, when the job execution was last updated.
public 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 JobExecutionSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
public static JobExecutionSummary.Builder builder()
public static Class<? extends JobExecutionSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.