@Generated(value="software.amazon.awssdk:codegen") public final class DescribeExecutionResponse extends SnowDeviceManagementResponse implements ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExecutionResponse.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() |
Instant |
lastUpdatedAt()
When the status of the execution was last updated.
|
String |
managedDeviceId()
The ID of the managed device that the task is being executed on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
When the execution began.
|
ExecutionState |
state()
The current state of the execution.
|
String |
stateAsString()
The current state of the execution.
|
String |
taskId()
The ID of the task being executed on the device.
|
DescribeExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionId()
The ID of the execution.
public final Instant lastUpdatedAt()
When the status of the execution was last updated.
public final String managedDeviceId()
The ID of the managed device that the task is being executed on.
public final Instant startedAt()
When the execution began.
public final ExecutionState state()
The current 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 current 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 being executed on the device.
public DescribeExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>toBuilder in class AwsResponsepublic static DescribeExecutionResponse.Builder builder()
public static Class<? extends DescribeExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.