@Generated(value="software.amazon.awssdk:codegen") public final class AttemptDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttemptDetail.Builder,AttemptDetail>
An object that represents a job attempt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttemptDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttemptDetail.Builder |
builder() |
AttemptContainerDetail |
container()
The details for the container in this job attempt.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttemptDetail.Builder> |
serializableBuilderClass() |
Long |
startedAt()
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the
STARTING state to the RUNNING state). |
String |
statusReason()
A short, human-readable string to provide additional details for the current status of the job attempt.
|
Long |
stoppedAt()
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the
RUNNING state to a terminal state, such as SUCCEEDED or FAILED). |
AttemptDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttemptContainerDetail container()
The details for the container in this job attempt.
public final Long startedAt()
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the
STARTING state to the RUNNING state).
STARTING state to the RUNNING state).public final Long stoppedAt()
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the
RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
RUNNING state to a terminal state, such as SUCCEEDED or FAILED
).public final String statusReason()
A short, human-readable string to provide additional details for the current status of the job attempt.
public AttemptDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttemptDetail.Builder,AttemptDetail>public static AttemptDetail.Builder builder()
public static Class<? extends AttemptDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.