public class ListDistributionsResult extends Object implements Serializable
The returned result of the corresponding request.
Constructor and Description |
---|
ListDistributionsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
ListDistributionsResult |
withDistributionList(DistributionList distributionList)
The DistributionList type.
|
public DistributionList getDistributionList()
public void setDistributionList(DistributionList distributionList)
distributionList
- The DistributionList type.public ListDistributionsResult withDistributionList(DistributionList distributionList)
Returns a reference to this object so that method calls can be chained together.
distributionList
- The DistributionList type.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.