@Generated(value="software.amazon.awssdk:codegen") public final class TaskSubmitFailedEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskSubmitFailedEventDetails.Builder,TaskSubmitFailedEventDetails>
Contains details about a task that failed to submit during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskSubmitFailedEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskSubmitFailedEventDetails.Builder |
builder() |
String |
cause()
A more detailed explanation of the cause of the failure.
|
boolean |
equals(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 TaskSubmitFailedEventDetails.Builder> |
serializableBuilderClass() |
TaskSubmitFailedEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceType()
The action of the resource called by a task state.
public String resource()
The service name of the resource in a task state.
public String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the failure.
public TaskSubmitFailedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskSubmitFailedEventDetails.Builder,TaskSubmitFailedEventDetails>public static TaskSubmitFailedEventDetails.Builder builder()
public static Class<? extends TaskSubmitFailedEventDetails.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.