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