|
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.model.DeleteDistributionRequest
public class DeleteDistributionRequest
Container for the parameters to the DeleteDistribution operation.
Delete a distribution.
AmazonCloudFront.deleteDistribution(DeleteDistributionRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteDistributionRequest()
Default constructor for a new DeleteDistributionRequest object. |
|
DeleteDistributionRequest(String id,
String ifMatch)
Constructs a new DeleteDistributionRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
The distribution id. |
String |
getIfMatch()
The value of the ETag header you received when you disabled the distribution. |
int |
hashCode()
|
void |
setId(String id)
The distribution id. |
void |
setIfMatch(String ifMatch)
The value of the ETag header you received when you disabled the distribution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDistributionRequest |
withId(String id)
The distribution id. |
DeleteDistributionRequest |
withIfMatch(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(String id,
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 String getId()
public void setId(String id)
id - The distribution id.public DeleteDistributionRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The distribution id.
public String getIfMatch()
public void setIfMatch(String ifMatch)
ifMatch - The value of the ETag header you received when you disabled the
distribution. For example: E2QWRUHAPOMQZL.public DeleteDistributionRequest withIfMatch(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||