Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront_2012_03_15.model
Class DeleteStreamingDistributionRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudfront_2012_03_15.model.DeleteStreamingDistributionRequest

public class DeleteStreamingDistributionRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteStreamingDistribution operation.

Delete a streaming distribution.

See Also:
com.amazonaws.services.cloudfront_2012_03_152012_03_15AmazonCloudFront#deleteStreamingDistribution(DeleteStreamingDistributionRequest)

Constructor Summary
DeleteStreamingDistributionRequest()
          Default constructor for a new DeleteStreamingDistributionRequest object.
DeleteStreamingDistributionRequest(String id, String ifMatch)
          Constructs a new DeleteStreamingDistributionRequest object.
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteStreamingDistributionRequest

public DeleteStreamingDistributionRequest()
Default constructor for a new DeleteStreamingDistributionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


DeleteStreamingDistributionRequest

public DeleteStreamingDistributionRequest(String id,
                                          String ifMatch)
Constructs a new DeleteStreamingDistributionRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
id - The distribution id.
ifMatch - The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.
Method Detail

getId

public String getId()
The distribution id.

Returns:
The distribution id.

setId

public void setId(String id)
The distribution id.

Parameters:
id - The distribution id.

withId

public DeleteStreamingDistributionRequest withId(String id)
The distribution id.

Returns a reference to this object so that method calls can be chained together.

Parameters:
id - The distribution id.
Returns:
A reference to this updated object so that method calls can be chained together.

getIfMatch

public String getIfMatch()
The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

Returns:
The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

setIfMatch

public void setIfMatch(String ifMatch)
The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

Parameters:
ifMatch - The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

withIfMatch

public DeleteStreamingDistributionRequest withIfMatch(String ifMatch)
The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

Returns a reference to this object so that method calls can be chained together.

Parameters:
ifMatch - The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.