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()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
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:
-
getWebACL
Information about the WebACL that you specified in the
GetWebACLrequest. For more information, see the following topics:- Returns:
- Information about the WebACL that you specified in the
GetWebACLrequest. For more information, see the following topics:
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-