@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) |
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 connected service in a task state.
|
String |
resourceType()
The action of the connected service called by a task state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskStartFailedEventDetails.Builder> |
serializableBuilderClass() |
TaskStartFailedEventDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String resourceType()
The action of the connected service called by a task state.
public String resource()
The service name of the connected service 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 TaskStartFailedEventDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TaskStartFailedEventDetails.Builder,TaskStartFailedEventDetails>
public static TaskStartFailedEventDetails.Builder builder()
public static Class<? extends TaskStartFailedEventDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.