Package com.amazonaws.services.waf.model
Class GetRuleResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetRuleResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetRuleResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetRuleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRuleResultclone()booleanequals(Object obj)RulegetRule()Information about the Rule that you specified in theGetRulerequest.inthashCode()voidsetRule(Rule rule)Information about the Rule that you specified in theGetRulerequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetRuleResultwithRule(Rule rule)Information about the Rule that you specified in theGetRulerequest.
-
-
-
Method Detail
-
setRule
public void setRule(Rule rule)
Information about the Rule that you specified in the
GetRulerequest. For more information, see the following topics:
-
getRule
public Rule getRule()
Information about the Rule that you specified in the
GetRulerequest. For more information, see the following topics:
-
withRule
public GetRuleResult withRule(Rule rule)
Information about the Rule that you specified in the
GetRulerequest. For more information, see the following topics:- Parameters:
rule- Information about the Rule that you specified in theGetRulerequest. For more information, see the following topics:- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetRuleResult clone()
-
-