public class GetDistributionConfigResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private DistributionConfig |
distributionConfig
The distribution's configuration information.
|
private java.lang.String |
eTag
The current version of the configuration.
|
Constructor and Description |
---|
GetDistributionConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetDistributionConfigResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DistributionConfig |
getDistributionConfig()
The distribution's configuration information.
|
java.lang.String |
getETag()
The current version of the configuration.
|
int |
hashCode() |
void |
setDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
void |
setETag(java.lang.String eTag)
The current version of the configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDistributionConfigResult |
withDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
GetDistributionConfigResult |
withETag(java.lang.String eTag)
The current version of the configuration.
|
private DistributionConfig distributionConfig
private java.lang.String eTag
public void setDistributionConfig(DistributionConfig distributionConfig)
distributionConfig
- The distribution's configuration information.public DistributionConfig getDistributionConfig()
public GetDistributionConfigResult withDistributionConfig(DistributionConfig distributionConfig)
distributionConfig
- The distribution's configuration information.public void setETag(java.lang.String eTag)
eTag
- The current version of the configuration. For example:
E2QWRUHAPOMQZL.public java.lang.String getETag()
public GetDistributionConfigResult withETag(java.lang.String eTag)
eTag
- The current version of the configuration. For example:
E2QWRUHAPOMQZL.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetDistributionConfigResult clone()
clone
in class java.lang.Object