@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskStartFailedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a task that failed to start during an execution.
| Constructor and Description | 
|---|
| TaskStartFailedEventDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStartFailedEventDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getCause()
 A more detailed explanation of the cause of the failure. | 
| String | getError()
 The error code of the failure. | 
| String | getResource()
 The service name of the resource in a task state. | 
| String | getResourceType()
 The action of the resource called by a task state. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setCause(String cause)
 A more detailed explanation of the cause of the failure. | 
| void | setError(String error)
 The error code of the failure. | 
| void | setResource(String resource)
 The service name of the resource in a task state. | 
| void | setResourceType(String resourceType)
 The action of the resource called by a task state. | 
| String | toString()Returns a string representation of this object. | 
| TaskStartFailedEventDetails | withCause(String cause)
 A more detailed explanation of the cause of the failure. | 
| TaskStartFailedEventDetails | withError(String error)
 The error code of the failure. | 
| TaskStartFailedEventDetails | withResource(String resource)
 The service name of the resource in a task state. | 
| TaskStartFailedEventDetails | withResourceType(String resourceType)
 The action of the resource called by a task state. | 
public void setResourceType(String resourceType)
The action of the resource called by a task state.
resourceType - The action of the resource called by a task state.public String getResourceType()
The action of the resource called by a task state.
public TaskStartFailedEventDetails withResourceType(String resourceType)
The action of the resource called by a task state.
resourceType - The action of the resource called by a task state.public void setResource(String resource)
The service name of the resource in a task state.
resource - The service name of the resource in a task state.public String getResource()
The service name of the resource in a task state.
public TaskStartFailedEventDetails withResource(String resource)
The service name of the resource in a task state.
resource - The service name of the resource in a task state.public void setError(String error)
The error code of the failure.
error - The error code of the failure.public String getError()
The error code of the failure.
public TaskStartFailedEventDetails withError(String error)
The error code of the failure.
error - The error code of the failure.public void setCause(String cause)
A more detailed explanation of the cause of the failure.
cause - A more detailed explanation of the cause of the failure.public String getCause()
A more detailed explanation of the cause of the failure.
public TaskStartFailedEventDetails withCause(String cause)
A more detailed explanation of the cause of the failure.
cause - A more detailed explanation of the cause of the failure.public String toString()
toString in class ObjectObject.toString()public TaskStartFailedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.