public class GetDistributionResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDistributionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDistributionResult |
clone() |
boolean |
equals(Object obj) |
Distribution |
getDistribution() |
String |
getETag() |
int |
hashCode() |
void |
setDistribution(Distribution distribution) |
void |
setETag(String eTag) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDistributionResult |
withDistribution(Distribution distribution) |
GetDistributionResult |
withETag(String eTag) |
public void setDistribution(Distribution distribution)
distribution - public Distribution getDistribution()
public GetDistributionResult withDistribution(Distribution distribution)
distribution - public void setETag(String eTag)
eTag - public String getETag()
public GetDistributionResult withETag(String eTag)
eTag - public String toString()
toString in class ObjectObject.toString()public GetDistributionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.