public class DeleteDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteDistributionRequest()Default constructor for DeleteDistributionRequest object. | 
| DeleteDistributionRequest(String id,
                         String ifMatch)Constructs a new DeleteDistributionRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteDistributionRequest | clone()Creates a shallow clone of this request. | 
| 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. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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.public void setId(String id)
id - The distribution id.public String getId()
public DeleteDistributionRequest withId(String id)
id - The distribution id.public void setIfMatch(String ifMatch)
ifMatch - The value of the ETag header you received when you disabled the
        distribution. For example: E2QWRUHAPOMQZL.public String getIfMatch()
public DeleteDistributionRequest withIfMatch(String ifMatch)
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 DeleteDistributionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.