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 GetWebACLResult
clone()
boolean
equals(Object obj)
WebACL
getWebACL()
Information about the WebACL that you specified in theGetWebACL
request.int
hashCode()
void
setWebACL(WebACL webACL)
Information about the WebACL that you specified in theGetWebACL
request.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetWebACLResult
withWebACL(WebACL webACL)
Information about the WebACL that you specified in theGetWebACL
request.
-
-
-
Method Detail
-
setWebACL
public void setWebACL(WebACL webACL)
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
public WebACL 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
public GetWebACLResult withWebACL(WebACL webACL)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetWebACLResult clone()
-
-