public class ListDistributionsByWebACLIdResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private DistributionList |
distributionList
The DistributionList type.
|
Constructor and Description |
---|
ListDistributionsByWebACLIdResult() |
Modifier and Type | Method and Description |
---|---|
ListDistributionsByWebACLIdResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DistributionList |
getDistributionList()
The DistributionList type.
|
int |
hashCode() |
void |
setDistributionList(DistributionList distributionList)
The DistributionList type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDistributionsByWebACLIdResult |
withDistributionList(DistributionList distributionList)
The DistributionList type.
|
private DistributionList distributionList
public void setDistributionList(DistributionList distributionList)
distributionList
- The DistributionList type.public DistributionList getDistributionList()
public ListDistributionsByWebACLIdResult withDistributionList(DistributionList distributionList)
distributionList
- The DistributionList type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDistributionsByWebACLIdResult clone()
clone
in class java.lang.Object