@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionSucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
| 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. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)  | 
void | 
setOutput(String output)
 The JSON data output by the execution. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
ExecutionSucceededEventDetails | 
withOutput(String output)
 The JSON data output by the execution. 
 | 
public void setOutput(String output)
The JSON data output by the execution.
output - The JSON data output by the execution.public String getOutput()
The JSON data output by the execution.
public ExecutionSucceededEventDetails withOutput(String output)
The JSON data output by the execution.
output - The JSON data output by the execution.public String toString()
toString in class ObjectObject.toString()public ExecutionSucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.