@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionSucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the successful termination of the execution.
Constructor and Description |
---|
ExecutionSucceededEventDetails() |
Modifier and Type | Method and Description |
---|---|
ExecutionSucceededEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getOutput()
The JSON data output by the execution.
|
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 execution.
|
void |
setOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionSucceededEventDetails |
withOutput(String output)
The JSON data output by the execution.
|
ExecutionSucceededEventDetails |
withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
public void setOutput(String output)
The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the execution. 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 execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public ExecutionSucceededEventDetails withOutput(String output)
The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the execution. 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 ExecutionSucceededEventDetails 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 ExecutionSucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.