@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDistributionsByWebACLIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.
Constructor and Description |
---|
ListDistributionsByWebACLIdResult() |
Modifier and Type | Method and Description |
---|---|
ListDistributionsByWebACLIdResult |
clone() |
boolean |
equals(Object obj) |
DistributionList |
getDistributionList()
The
DistributionList type. |
int |
hashCode() |
void |
setDistributionList(DistributionList distributionList)
The
DistributionList type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDistributionsByWebACLIdResult |
withDistributionList(DistributionList distributionList)
The
DistributionList type. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDistributionList(DistributionList distributionList)
The DistributionList
type.
distributionList
- The DistributionList
type.public DistributionList getDistributionList()
The DistributionList
type.
DistributionList
type.public ListDistributionsByWebACLIdResult withDistributionList(DistributionList distributionList)
The DistributionList
type.
distributionList
- The DistributionList
type.public String toString()
toString
in class Object
Object.toString()
public ListDistributionsByWebACLIdResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.