@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRuleResult |
clone() |
boolean |
equals(Object obj) |
Rule |
getRule()
Information about the rule.
|
int |
hashCode() |
void |
setRule(Rule rule)
Information about the rule.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRuleResult |
withRule(Rule rule)
Information about the rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRule(Rule rule)
Information about the rule.
rule - Information about the rule.public Rule getRule()
Information about the rule.
public DescribeRuleResult withRule(Rule rule)
Information about the rule.
rule - Information about the rule.public String toString()
toString in class ObjectObject.toString()public DescribeRuleResult clone()