@Generated(value="software.amazon.awssdk:codegen") public final class TaskTimedOutEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskTimedOutEventDetails.Builder,TaskTimedOutEventDetails>
Contains details about a resource timeout that occurred during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskTimedOutEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskTimedOutEventDetails.Builder |
builder() |
String |
cause()
A more detailed explanation of the cause of the failure.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
The error code of the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resource()
The service name of the resource in a task state.
|
String |
resourceType()
The action of the resource called by a task state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskTimedOutEventDetails.Builder> |
serializableBuilderClass() |
TaskTimedOutEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceType()
The action of the resource called by a task state.
public final String resource()
The service name of the resource in a task state.
public final String error()
The error code of the failure.
public final String cause()
A more detailed explanation of the cause of the failure.
public TaskTimedOutEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskTimedOutEventDetails.Builder,TaskTimedOutEventDetails>public static TaskTimedOutEventDetails.Builder builder()
public static Class<? extends TaskTimedOutEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.