@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)
Marshalls this structured data using the given
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 RuleExecutionOutput()
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 Object Object.toString() public RuleExecutionOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.