public class GetWebACLResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetWebACLResult() |
| Modifier and Type | Method and Description |
|---|---|
GetWebACLResult |
clone() |
boolean |
equals(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. |
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 String toString()
toString in class ObjectObject.toString()public GetWebACLResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.