Class AttemptDetail
java.lang.Object
software.amazon.awssdk.services.batch.model.AttemptDetail
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttemptDetail.Builder,AttemptDetail>
@Generated("software.amazon.awssdk:codegen")
public final class AttemptDetail
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AttemptDetail.Builder,AttemptDetail>
An object that represents a job attempt.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AttemptDetail.Builderbuilder()final AttemptContainerDetailThe details for the container in this job attempt.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AttemptDetail.Builder> final LongThe Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from theSTARTINGstate to theRUNNINGstate).final StringA short, human-readable string to provide additional details for the current status of the job attempt.final LongThe Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from theRUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
container
The details for the container in this job attempt.
- Returns:
- The details for the container in this job attempt.
-
startedAt
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the
STARTINGstate to theRUNNINGstate).- Returns:
- The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from
the
STARTINGstate to theRUNNINGstate).
-
stoppedAt
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the
RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).- Returns:
- The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from
the
RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
-
statusReason
A short, human-readable string to provide additional details for the current status of the job attempt.
- Returns:
- A short, human-readable string to provide additional details for the current status of the job attempt.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AttemptDetail.Builder,AttemptDetail> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-