@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) |
WebACLSummary |
getWebACLSummary()
Information about the web ACL that you specified in the
GetWebACLForResource request. |
int |
hashCode() |
void |
setWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetWebACLForResourceResult |
withWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the GetWebACLForResource
request. If there is no
associated resource, a null WebACLSummary is returned.
webACLSummary
- Information about the web ACL that you specified in the GetWebACLForResource
request. If
there is no associated resource, a null WebACLSummary is returned.public WebACLSummary getWebACLSummary()
Information about the web ACL that you specified in the GetWebACLForResource
request. If there is no
associated resource, a null WebACLSummary is returned.
GetWebACLForResource
request. If
there is no associated resource, a null WebACLSummary is returned.public GetWebACLForResourceResult withWebACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the GetWebACLForResource
request. If there is no
associated resource, a null WebACLSummary is returned.
webACLSummary
- Information about the web ACL that you specified in the GetWebACLForResource
request. If
there is no associated resource, a null WebACLSummary is returned.public String toString()
toString
in class Object
Object.toString()
public GetWebACLForResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.