public class UpdateDistributionRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateDistribution operation.
Update a distribution.
| コンストラクタと説明 |
|---|
UpdateDistributionRequest()
Default constructor for a new UpdateDistributionRequest object.
|
UpdateDistributionRequest(DistributionConfig distributionConfig,
java.lang.String id,
java.lang.String ifMatch)
Constructs a new UpdateDistributionRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
DistributionConfig |
getDistributionConfig()
The distribution's configuration information.
|
java.lang.String |
getId()
The distribution's id.
|
java.lang.String |
getIfMatch()
The value of the ETag header you received when retrieving the
distribution's configuration.
|
int |
hashCode() |
void |
setDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
void |
setId(java.lang.String id)
The distribution's id.
|
void |
setIfMatch(java.lang.String ifMatch)
The value of the ETag header you received when retrieving the
distribution's configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDistributionRequest |
withDistributionConfig(DistributionConfig distributionConfig)
The distribution's configuration information.
|
UpdateDistributionRequest |
withId(java.lang.String id)
The distribution's id.
|
UpdateDistributionRequest |
withIfMatch(java.lang.String ifMatch)
The value of the ETag header you received when retrieving the
distribution's configuration.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic UpdateDistributionRequest()
public UpdateDistributionRequest(DistributionConfig distributionConfig, java.lang.String id, java.lang.String ifMatch)
distributionConfig - The distribution's configuration
information.id - The distribution's id.ifMatch - The value of the ETag header you received when
retrieving the distribution's configuration. For example:
E2QWRUHAPOMQZL.public DistributionConfig getDistributionConfig()
public void setDistributionConfig(DistributionConfig distributionConfig)
distributionConfig - The distribution's configuration information.public UpdateDistributionRequest 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 getId()
public void setId(java.lang.String id)
id - The distribution's id.public UpdateDistributionRequest withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The distribution's id.public java.lang.String getIfMatch()
public void setIfMatch(java.lang.String ifMatch)
ifMatch - The value of the ETag header you received when retrieving the
distribution's configuration. For example: E2QWRUHAPOMQZL.public UpdateDistributionRequest withIfMatch(java.lang.String ifMatch)
Returns a reference to this object so that method calls can be chained together.
ifMatch - The value of the ETag header you received when retrieving the
distribution's configuration. For example: E2QWRUHAPOMQZL.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object