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()booleanInformation about the WebACL that you specified in theGetWebACLrequest.inthashCode()voidInformation about the WebACL that you specified in theGetWebACLrequest.toString()Returns a string representation of this object; useful for testing and debugging.withWebACL(WebACL webACL) Information about the WebACL that you specified in theGetWebACLrequest.
-
Constructor Details
-
GetWebACLResult
public GetWebACLResult()
-
-
Method Details
-
setWebACL
-
getWebACL
-
withWebACL
Information about the WebACL that you specified in the
GetWebACLrequest. For more information, see the following topics:- Parameters:
webACL- Information about the WebACL that you specified in theGetWebACLrequest. For more information, see the following topics:- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-