public class DeleteStreamingDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DeleteStreamingDistributionRequest()
Default constructor for 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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 void setId(String id)
id - The distribution id.public String getId()
public DeleteStreamingDistributionRequest 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
        streaming distribution. For example: E2QWRUHAPOMQZL.public String getIfMatch()
public DeleteStreamingDistributionRequest withIfMatch(String ifMatch)
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 © 2016. All rights reserved.