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 GetRuleResult
clone()
boolean
equals(Object obj)
Rule
getRule()
Information about the Rule that you specified in theGetRule
request.int
hashCode()
void
setRule(Rule rule)
Information about the Rule that you specified in theGetRule
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 theGetRule
request.
-
-
-
Method Detail
-
setRule
public void setRule(Rule rule)
Information about the Rule that you specified in the
GetRule
request. For more information, see the following topics:
-
getRule
public Rule getRule()
Information about the Rule that you specified in the
GetRule
request. For more information, see the following topics:
-
withRule
public GetRuleResult withRule(Rule rule)
Information about the Rule that you specified in the
GetRule
request. For more information, see the following topics:- Parameters:
rule
- Information about the Rule that you specified in theGetRule
request. 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetRuleResult clone()
-
-