@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivitySucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an activity that 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.
|
HistoryEventExecutionDataDetails |
getOutputDetails()
Contains details about the output of an execution history event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutput(String output)
The JSON data output by the activity task.
|
void |
setOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
String |
toString()
Returns a string representation of this object.
|
ActivitySucceededEventDetails |
withOutput(String output)
The JSON data output by the activity task.
|
ActivitySucceededEventDetails |
withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
public void setOutput(String output)
The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed
as bytes in UTF-8 encoding.public String getOutput()
The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public ActivitySucceededEventDetails withOutput(String output)
The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed
as bytes in UTF-8 encoding.public void setOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
outputDetails
- Contains details about the output of an execution history event.public HistoryEventExecutionDataDetails getOutputDetails()
Contains details about the output of an execution history event.
public ActivitySucceededEventDetails withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
outputDetails
- Contains details about the output of an execution history event.public String toString()
toString
in class Object
Object.toString()
public ActivitySucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.