public class ListDistributionsByWebACLIdResult extends Object implements Serializable, Cloneable
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.
|
public void setDistributionList(DistributionList distributionList)
distributionList
- The DistributionList type.public DistributionList getDistributionList()
public ListDistributionsByWebACLIdResult withDistributionList(DistributionList distributionList)
distributionList
- The DistributionList type.public String toString()
toString
in class Object
Object.toString()
public ListDistributionsByWebACLIdResult clone()
Copyright © 2016. All rights reserved.