public class GetWebACLResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private WebACL |
webACL
Information about the WebACL that you specified in the
GetWebACL request. |
Constructor and Description |
---|
GetWebACLResult() |
Modifier and Type | Method and Description |
---|---|
GetWebACLResult |
clone() |
boolean |
equals(java.lang.Object obj) |
WebACL |
getWebACL()
Information about the WebACL that you specified in the
GetWebACL request. |
int |
hashCode() |
void |
setWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
java.lang.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 the
GetWebACL request. |
public void setWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following
topics:
webACL
- Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the
following topics:
public WebACL getWebACL()
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following
topics:
GetWebACL
request. For more information, see the
following topics:
public GetWebACLResult withWebACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following
topics:
webACL
- Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the
following topics:
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetWebACLResult clone()
clone
in class java.lang.Object