@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivitySucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an activity which successfully terminated during an execution.
| Constructor and Description |
|---|
ActivitySucceededEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
ActivitySucceededEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getOutput()
The JSON data output by the activity task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOutput(String output)
The JSON data output by the activity task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivitySucceededEventDetails |
withOutput(String output)
The JSON data output by the activity task.
|
public void setOutput(String output)
The JSON data output by the activity task.
output - The JSON data output by the activity task.public String getOutput()
The JSON data output by the activity task.
public ActivitySucceededEventDetails withOutput(String output)
The JSON data output by the activity task.
output - The JSON data output by the activity task.public String toString()
toString in class ObjectObject.toString()public ActivitySucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.