public class UpdateStreamingDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateStreamingDistribution operation.
 Update a streaming distribution.
NOOP| Constructor and Description | 
|---|
UpdateStreamingDistributionRequest()
Default constructor for a new UpdateStreamingDistributionRequest object. 
 | 
UpdateStreamingDistributionRequest(StreamingDistributionConfig streamingDistributionConfig,
                                  String id,
                                  String ifMatch)
Constructs a new UpdateStreamingDistributionRequest object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateStreamingDistributionRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getId()
The streaming distribution's id. 
 | 
String | 
getIfMatch()
The value of the ETag header you received when retrieving the
 streaming distribution's configuration. 
 | 
StreamingDistributionConfig | 
getStreamingDistributionConfig()
The streaming distribution's configuration information. 
 | 
int | 
hashCode()  | 
void | 
setId(String id)
The streaming distribution's id. 
 | 
void | 
setIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the
 streaming distribution's configuration. 
 | 
void | 
setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The streaming distribution's configuration information. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
UpdateStreamingDistributionRequest | 
withId(String id)
The streaming distribution's id. 
 | 
UpdateStreamingDistributionRequest | 
withIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the
 streaming distribution's configuration. 
 | 
UpdateStreamingDistributionRequest | 
withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The streaming distribution's configuration information. 
 | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic UpdateStreamingDistributionRequest()
public UpdateStreamingDistributionRequest(StreamingDistributionConfig streamingDistributionConfig, String id, String ifMatch)
streamingDistributionConfig - The streaming distribution's
 configuration information.id - The streaming distribution's id.ifMatch - The value of the ETag header you received when
 retrieving the streaming distribution's configuration. For example:
 E2QWRUHAPOMQZL.public StreamingDistributionConfig getStreamingDistributionConfig()
public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig - The streaming distribution's configuration information.public UpdateStreamingDistributionRequest withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
Returns a reference to this object so that method calls can be chained together.
streamingDistributionConfig - The streaming distribution's configuration information.public String getId()
public void setId(String id)
id - The streaming distribution's id.public UpdateStreamingDistributionRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The streaming distribution's id.public String getIfMatch()
public void setIfMatch(String ifMatch)
ifMatch - The value of the ETag header you received when retrieving the
         streaming distribution's configuration. For example: E2QWRUHAPOMQZL.public UpdateStreamingDistributionRequest 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 retrieving the
         streaming distribution's configuration. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public UpdateStreamingDistributionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.