@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWebACLForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWebACLForResourceResult() |
Modifier and Type | Method and Description |
---|---|
GetWebACLForResourceResult |
clone() |
boolean |
equals(Object obj) |
WebACL |
getWebACL()
The Web ACL that is associated with the resource.
|
int |
hashCode() |
void |
setWebACL(WebACL webACL)
The Web ACL that is associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
GetWebACLForResourceResult |
withWebACL(WebACL webACL)
The Web ACL that is associated with the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebACL(WebACL webACL)
The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a null Web ACL.
webACL
- The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a
null Web ACL.public WebACL getWebACL()
The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a null Web ACL.
public GetWebACLForResourceResult withWebACL(WebACL webACL)
The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a null Web ACL.
webACL
- The Web ACL that is associated with the resource. If there is no associated resource, AWS WAF returns a
null Web ACL.public String toString()
toString
in class Object
Object.toString()
public GetWebACLForResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.