|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront.model.GetDistributionResult
public class GetDistributionResult
The returned result of the corresponding request.
| Constructor Summary | |
|---|---|
GetDistributionResult()
|
|
| Method Summary | |
|---|---|
Distribution |
getDistribution()
The distribution's information. |
String |
getETag()
The current version of the distribution's information. |
void |
setDistribution(Distribution distribution)
The distribution's information. |
void |
setETag(String eTag)
The current version of the distribution's information. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetDistributionResult |
withDistribution(Distribution distribution)
The distribution's information. |
GetDistributionResult |
withETag(String eTag)
The current version of the distribution's information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetDistributionResult()
| Method Detail |
|---|
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 String getETag()
public void setETag(String eTag)
eTag - The current version of the distribution's information. For example:
E2QWRUHAPOMQZL.public GetDistributionResult withETag(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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||