Class OtaTaskExecutionSummary
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<OtaTaskExecutionSummary.Builder,OtaTaskExecutionSummary> 
Structure representing one over-the-air (OTA) task execution summary.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final LongThe execution number of the over-the-air (OTA) task execution summary.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp value of when the over-the-air (OTA) task execution summary was last updated.final InstantqueuedAt()The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.final IntegerThe number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.static Class<? extends OtaTaskExecutionSummary.Builder> final InstantThe timestamp value of when the over-the-air (OTA) task execution summary started.final OtaTaskExecutionStatusstatus()The status of the over-the-air (OTA) task execution summary.final StringThe status of the over-the-air (OTA) task execution summary.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
- 
executionNumber
The execution number of the over-the-air (OTA) task execution summary.
- Returns:
 - The execution number of the over-the-air (OTA) task execution summary.
 
 - 
lastUpdatedAt
The timestamp value of when the over-the-air (OTA) task execution summary was last updated.
- Returns:
 - The timestamp value of when the over-the-air (OTA) task execution summary was last updated.
 
 - 
queuedAt
The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.
- Returns:
 - The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.
 
 - 
retryAttempt
The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.
- Returns:
 - The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.
 
 - 
startedAt
The timestamp value of when the over-the-air (OTA) task execution summary started.
- Returns:
 - The timestamp value of when the over-the-air (OTA) task execution summary started.
 
 - 
status
The status of the over-the-air (OTA) task execution summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnOtaTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
 - The status of the over-the-air (OTA) task execution summary.
 - See Also:
 
 - 
statusAsString
The status of the over-the-air (OTA) task execution summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnOtaTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
 - The status of the over-the-air (OTA) task execution summary.
 - See Also:
 
 - 
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<OtaTaskExecutionSummary.Builder,OtaTaskExecutionSummary> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
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
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -