@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDistributionConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
| Constructor and Description | 
|---|
GetDistributionConfigResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetDistributionConfigResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
DistributionConfig | 
getDistributionConfig()
 The distribution's configuration information. 
 | 
String | 
getETag()
 The current version of the configuration. 
 | 
int | 
hashCode()  | 
void | 
setDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. 
 | 
void | 
setETag(String eTag)
 The current version of the configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetDistributionConfigResult | 
withDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. 
 | 
GetDistributionConfigResult | 
withETag(String eTag)
 The current version of the configuration. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
distributionConfig - The distribution's configuration information.public DistributionConfig getDistributionConfig()
The distribution's configuration information.
public GetDistributionConfigResult withDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
distributionConfig - The distribution's configuration information.public void setETag(String eTag)
 The current version of the configuration. For example: E2QWRUHAPOMQZL.
 
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public String getETag()
 The current version of the configuration. For example: E2QWRUHAPOMQZL.
 
E2QWRUHAPOMQZL.public GetDistributionConfigResult withETag(String eTag)
 The current version of the configuration. For example: E2QWRUHAPOMQZL.
 
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public GetDistributionConfigResult clone()