public class GetRuleResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRuleResult |
clone() |
boolean |
equals(Object obj) |
Rule |
getRule()
Information about the Rule that you specified in the
GetRule request. |
int |
hashCode() |
void |
setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRuleResult |
withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
public void setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. For more information, see the following
topics:
public Rule getRule()
Information about the Rule that you specified in the
GetRule request. For more information, see the following
topics:
public GetRuleResult withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. For more information, see the following
topics:
rule - Information about the Rule that you specified in the
GetRule request. For more information, see the
following topics:
public String toString()
toString in class ObjectObject.toString()public GetRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.