@Generated(value="software.amazon.awssdk:codegen") public final class TaskStartFailedEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskStartFailedEventDetails.Builder,TaskStartFailedEventDetails>
Contains details about a task that failed to start during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskStartFailedEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskStartFailedEventDetails.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 TaskStartFailedEventDetails.Builder> |
serializableBuilderClass() |
TaskStartFailedEventDetails.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 TaskStartFailedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskStartFailedEventDetails.Builder,TaskStartFailedEventDetails>public static TaskStartFailedEventDetails.Builder builder()
public static Class<? extends TaskStartFailedEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.