Package com.amazonaws.services.waf.model
Class GetWebACLResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetWebACLResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetWebACLResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetWebACLResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWebACLResultclone()booleanequals(Object obj)WebACLgetWebACL()Information about the WebACL that you specified in theGetWebACLrequest.inthashCode()voidsetWebACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetWebACLResultwithWebACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.
-
-
-
Method Detail
-
setWebACL
public void setWebACL(WebACL webACL)
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
public WebACL 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
public GetWebACLResult withWebACL(WebACL webACL)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetWebACLResult clone()
-
-