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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.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 Object
Object.toString()
public DeleteDistributionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.