@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskSucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the successful completion of a task state.
| Constructor and Description |
|---|
TaskSucceededEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
TaskSucceededEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getOutput()
The full JSON response from a resource when a task has succeeded.
|
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 |
setOutput(String output)
The full JSON response from a resource when a task has succeeded.
|
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.
|
TaskSucceededEventDetails |
withOutput(String output)
The full JSON response from a resource when a task has succeeded.
|
TaskSucceededEventDetails |
withResource(String resource)
The service name of the resource in a task state.
|
TaskSucceededEventDetails |
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 TaskSucceededEventDetails 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 TaskSucceededEventDetails 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 setOutput(String output)
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.
output - The full JSON response from a resource when a task has succeeded. This response becomes the output of the
related task.public String getOutput()
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.
public TaskSucceededEventDetails withOutput(String output)
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.
output - The full JSON response from a resource when a task has succeeded. This response becomes the output of the
related task.public String toString()
toString in class ObjectObject.toString()public TaskSucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.