@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDistributionWithStagingConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateDistributionWithStagingConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionWithStagingConfigResult |
clone() |
boolean |
equals(Object obj) |
Distribution |
getDistribution() |
String |
getETag()
The current version of the primary distribution (after it's updated).
|
int |
hashCode() |
void |
setDistribution(Distribution distribution) |
void |
setETag(String eTag)
The current version of the primary distribution (after it's updated).
|
String |
toString()
Returns a string representation of this object.
|
UpdateDistributionWithStagingConfigResult |
withDistribution(Distribution distribution) |
UpdateDistributionWithStagingConfigResult |
withETag(String eTag)
The current version of the primary distribution (after it's updated).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateDistributionWithStagingConfigResult()
public void setDistribution(Distribution distribution)
distribution - public Distribution getDistribution()
public UpdateDistributionWithStagingConfigResult withDistribution(Distribution distribution)
distribution - public void setETag(String eTag)
The current version of the primary distribution (after it's updated).
eTag - The current version of the primary distribution (after it's updated).public String getETag()
The current version of the primary distribution (after it's updated).
public UpdateDistributionWithStagingConfigResult withETag(String eTag)
The current version of the primary distribution (after it's updated).
eTag - The current version of the primary distribution (after it's updated).public String toString()
toString in class ObjectObject.toString()public UpdateDistributionWithStagingConfigResult clone()
Copyright © 2022. All rights reserved.