public class GetDistributionResult
extends java.lang.Object
The returned result of the corresponding request.
| コンストラクタと説明 |
|---|
GetDistributionResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
Distribution |
getDistribution()
The distribution's information.
|
java.lang.String |
getETag()
The current version of the distribution's information.
|
int |
hashCode() |
void |
setDistribution(Distribution distribution)
The distribution's information.
|
void |
setETag(java.lang.String eTag)
The current version of the distribution's information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDistributionResult |
withDistribution(Distribution distribution)
The distribution's information.
|
GetDistributionResult |
withETag(java.lang.String eTag)
The current version of the distribution's information.
|
public Distribution getDistribution()
public void setDistribution(Distribution distribution)
distribution - The distribution's information.public GetDistributionResult withDistribution(Distribution distribution)
Returns a reference to this object so that method calls can be chained together.
distribution - The distribution's information.public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag - The current version of the distribution's information. For example:
E2QWRUHAPOMQZL.public GetDistributionResult withETag(java.lang.String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag - The current version of the distribution's information. For example:
E2QWRUHAPOMQZL.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