|
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.AmazonWebServiceRequest
com.amazonaws.services.cloudfront_2012_03_15.model.DeleteDistributionRequest
public class DeleteDistributionRequest
Container for the parameters to the DeleteDistribution operation.
Delete a distribution.
com.amazonaws.services.cloudfront_2012_03_152012_03_15AmazonCloudFront#deleteDistribution(DeleteDistributionRequest)| Constructor Summary | |
|---|---|
DeleteDistributionRequest()
Default constructor for a new DeleteDistributionRequest object. |
|
DeleteDistributionRequest(java.lang.String id,
java.lang.String ifMatch)
Constructs a new DeleteDistributionRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
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 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 | ||||||