@Generated(value="software.amazon.awssdk:codegen") public final class JobExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
Contains a subset of information about a job execution.
Modifier and Type | Class and Description |
---|---|
static interface |
JobExecutionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static JobExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
Long |
executionNumber()
A number that identifies a particular job execution on a particular device.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The unique identifier you assigned to this job when it was created.
|
Long |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the job execution was last updated.
|
Long |
queuedAt()
The time, in milliseconds since the epoch, when the job execution was enqueued.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobExecutionSummary.Builder> |
serializableBuilderClass() |
Long |
startedAt()
The time, in milliseconds since the epoch, when the job execution started.
|
JobExecutionSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Long |
versionNumber()
The version of the job execution.
|
copy
public String jobId()
The unique identifier you assigned to this job when it was created.
public Long queuedAt()
The time, in milliseconds since the epoch, when the job execution was enqueued.
public Long startedAt()
The time, in milliseconds since the epoch, when the job execution started.
public Long lastUpdatedAt()
The time, in milliseconds since the epoch, when the job execution was last updated.
public Long versionNumber()
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.
public Long executionNumber()
A number that identifies a particular job execution on a particular device.
public JobExecutionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
public static JobExecutionSummary.Builder builder()
public static Class<? extends JobExecutionSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.