Class DescribeExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementResponse
-
- software.amazon.awssdk.services.snowdevicemanagement.model.DescribeExecutionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeExecutionResponse extends SnowDeviceManagementResponse implements ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeExecutionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeExecutionResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionId()The ID of the execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()When the status of the execution was last updated.StringmanagedDeviceId()The ID of the managed device that the task is being executed on.List<SdkField<?>>sdkFields()static Class<? extends DescribeExecutionResponse.Builder>serializableBuilderClass()InstantstartedAt()When the execution began.ExecutionStatestate()The current state of the execution.StringstateAsString()The current state of the execution.StringtaskId()The ID of the task being executed on the device.DescribeExecutionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
executionId
public final String executionId()
The ID of the execution.
- Returns:
- The ID of the execution.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
When the status of the execution was last updated.
- Returns:
- When the status of the execution was last updated.
-
managedDeviceId
public final String managedDeviceId()
The ID of the managed device that the task is being executed on.
- Returns:
- The ID of the managed device that the task is being executed on.
-
startedAt
public final Instant startedAt()
When the execution began.
- Returns:
- When the execution began.
-
state
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,
statewill returnExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the execution.
- See Also:
ExecutionState
-
stateAsString
public 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,
statewill returnExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the execution.
- See Also:
ExecutionState
-
taskId
public final String taskId()
The ID of the task being executed on the device.
- Returns:
- The ID of the task being executed on the device.
-
toBuilder
public DescribeExecutionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeExecutionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeExecutionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-