Package com.amazonaws.services.waf.model
Class GetWebACLResult
java.lang.Object
com.amazonaws.services.waf.model.GetWebACLResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the WebACL that you specified in theGetWebACL
request.int
hashCode()
void
Information about the WebACL that you specified in theGetWebACL
request.toString()
Returns a string representation of this object; useful for testing and debugging.withWebACL
(WebACL webACL) Information about the WebACL that you specified in theGetWebACL
request.
-
Constructor Details
-
GetWebACLResult
public GetWebACLResult()
-
-
Method Details
-
setWebACL
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:- Parameters:
webACL
- Information about the WebACL that you specified in theGetWebACL
request. For more information, see the following topics:
-
getWebACL
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:- Returns:
- Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:
-
withWebACL
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:- Parameters:
webACL
- Information about the WebACL that you specified in theGetWebACL
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
-