@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The distribution ID.
|
String |
getIfMatch()
The value of the
ETag header 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
ETag header that 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 that you received when you disabled the streaming distribution. |
addHandlerContext, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteStreamingDistributionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.