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()
The distribution's information. 
 | 
String | 
getETag()
The current version of the distribution's information. 
 | 
int | 
hashCode()  | 
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. 
 | 
public void setDistribution(Distribution distribution)
distribution - The distribution's information.public Distribution getDistribution()
public GetDistributionResult withDistribution(Distribution distribution)
distribution - The distribution's information.public void setETag(String eTag)
eTag - The current version of the distribution's information. For
        example: E2QWRUHAPOMQZL.public String getETag()
public GetDistributionResult withETag(String eTag)
eTag - The current version of the distribution's information. For
        example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public GetDistributionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.