@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWebACLResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
GetWebACLResult |
withWebACL (WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetWebACLResult()
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 Object Object.toString() public GetWebACLResult clone()