@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleExecutionOutput extends Object implements Serializable, Cloneable, StructuredPojo
Output details listed for a rule execution, such as the rule execution result.
| Constructor and Description | 
|---|
| RuleExecutionOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| RuleExecutionOutput | clone() | 
| boolean | equals(Object obj) | 
| RuleExecutionResult | getExecutionResult()
 Execution result information listed in the output details for a rule execution. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setExecutionResult(RuleExecutionResult executionResult)
 Execution result information listed in the output details for a rule execution. | 
| String | toString()Returns a string representation of this object. | 
| RuleExecutionOutput | withExecutionResult(RuleExecutionResult executionResult)
 Execution result information listed in the output details for a rule execution. | 
public void setExecutionResult(RuleExecutionResult executionResult)
Execution result information listed in the output details for a rule execution.
executionResult - Execution result information listed in the output details for a rule execution.public RuleExecutionResult getExecutionResult()
Execution result information listed in the output details for a rule execution.
public RuleExecutionOutput withExecutionResult(RuleExecutionResult executionResult)
Execution result information listed in the output details for a rule execution.
executionResult - Execution result information listed in the output details for a rule execution.public String toString()
toString in class ObjectObject.toString()public RuleExecutionOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.