public class DescribeRuleResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Rule |
getRule()
Information about the rule.
|
int |
hashCode() |
void |
setRule(Rule rule)
Information about the rule.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRuleResult |
withRule(Rule rule)
Information about the rule.
|
public Rule getRule()
Information about the rule.
Information about the rule.
public void setRule(Rule rule)
Information about the rule.
rule - Information about the rule.
public DescribeRuleResult withRule(Rule rule)
Information about the rule.
Returns a reference to this object so that method calls can be chained together.
rule - Information about the rule.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object