@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionSummary.Builder,ExecutionSummary>
The summary of a task execution on a specified device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
The ID of the execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
managedDeviceId()
The ID of the managed device that the task is being executed on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionSummary.Builder> |
serializableBuilderClass() |
ExecutionState |
state()
The state of the execution.
|
String |
stateAsString()
The state of the execution.
|
String |
taskId()
The ID of the task.
|
ExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionId()
The ID of the execution.
public final String managedDeviceId()
The ID of the managed device that the task is being executed on.
public final ExecutionState state()
The state of the execution.
If the service returns an enum value that is not available in the current SDK version, state will return
ExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ExecutionStatepublic final String stateAsString()
The state of the execution.
If the service returns an enum value that is not available in the current SDK version, state will return
ExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ExecutionStatepublic final String taskId()
The ID of the task.
public ExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionSummary.Builder,ExecutionSummary>public static ExecutionSummary.Builder builder()
public static Class<? extends ExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.