public class ListDistributionsResult
extends java.lang.Object
The returned result of the corresponding request.
| コンストラクタと説明 |
|---|
ListDistributionsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object