|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront.model.GetDistributionConfigResult
public class GetDistributionConfigResult
The returned result of the corresponding request.
| Constructor Summary | |
|---|---|
GetDistributionConfigResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetDistributionConfigResult()
| Method Detail |
|---|
public DistributionConfig getDistributionConfig()
public void setDistributionConfig(DistributionConfig distributionConfig)
distributionConfig - The distribution's configuration information.public GetDistributionConfigResult withDistributionConfig(DistributionConfig distributionConfig)
Returns a reference to this object so that method calls can be chained together.
distributionConfig - The distribution's configuration information.
public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public GetDistributionConfigResult withETag(java.lang.String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||