public class DeleteStreamingDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteStreamingDistribution operation.
Delete a streaming distribution.
NOOP| Constructor and Description |
|---|
DeleteStreamingDistributionRequest()
Default constructor for a new DeleteStreamingDistributionRequest object.
|
DeleteStreamingDistributionRequest(String id,
String ifMatch)
Constructs a new DeleteStreamingDistributionRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteStreamingDistributionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The distribution id.
|
String |
getIfMatch()
The value of the ETag header you received when you disabled the
streaming 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
streaming distribution.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteStreamingDistributionRequest |
withId(String id)
The distribution id.
|
DeleteStreamingDistributionRequest |
withIfMatch(String ifMatch)
The value of the ETag header you received when you disabled the
streaming distribution.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DeleteStreamingDistributionRequest()
public DeleteStreamingDistributionRequest(String id, String ifMatch)
id - The distribution id.ifMatch - The value of the ETag header you received when you
disabled the streaming distribution. For example: E2QWRUHAPOMQZL.public String getId()
public void setId(String id)
id - The distribution id.public DeleteStreamingDistributionRequest 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
streaming distribution. For example: E2QWRUHAPOMQZL.public DeleteStreamingDistributionRequest 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
streaming distribution. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public DeleteStreamingDistributionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.