@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStreamingDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to delete a streaming distribution.
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  ETagheader that 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  ETagheader that you received when you disabled the streaming distribution. | 
| String | toString()Returns a string representation of this object. | 
| DeleteStreamingDistributionRequest | withId(String id)
 The distribution ID. | 
| DeleteStreamingDistributionRequest | withIfMatch(String ifMatch)
 The value of the  ETagheader that you received when you disabled the streaming distribution. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteStreamingDistributionRequest()
public DeleteStreamingDistributionRequest(String id, String ifMatch)
id - The distribution ID.ifMatch - The value of the ETag header that you received when you disabled the streaming distribution.
        For example: E2QWRUHAPOMQZL.public void setId(String id)
The distribution ID.
id - The distribution ID.public String getId()
The distribution ID.
public DeleteStreamingDistributionRequest withId(String id)
The distribution ID.
id - The distribution ID.public void setIfMatch(String ifMatch)
 The value of the ETag header that you received when you disabled the streaming distribution. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that you received when you disabled the streaming distribution.
        For example: E2QWRUHAPOMQZL.public String getIfMatch()
 The value of the ETag header that you received when you disabled the streaming distribution. For
 example: E2QWRUHAPOMQZL.
 
ETag header that you received when you disabled the streaming distribution.
         For example: E2QWRUHAPOMQZL.public DeleteStreamingDistributionRequest withIfMatch(String ifMatch)
 The value of the ETag header that you received when you disabled the streaming distribution. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that 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 © 2021. All rights reserved.