Package com.amazonaws.services.waf.model
Class GetRuleResult
java.lang.Object
com.amazonaws.services.waf.model.GetRuleResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getRule()
Information about the Rule that you specified in theGetRule
request.int
hashCode()
void
Information about the Rule that you specified in theGetRule
request.toString()
Returns a string representation of this object; useful for testing and debugging.Information about the Rule that you specified in theGetRule
request.
-
Constructor Details
-
GetRuleResult
public GetRuleResult()
-
-
Method Details
-
setRule
Information about the Rule that you specified in the
GetRule
request. For more information, see the following topics: -
getRule
Information about the Rule that you specified in the
GetRule
request. For more information, see the following topics: -
withRule
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-