public class UpdateStreamingDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStreamingDistributionRequest()
Default constructor for UpdateStreamingDistributionRequest object.
|
UpdateStreamingDistributionRequest(StreamingDistributionConfig streamingDistributionConfig,
String id,
String ifMatch)
Constructs a new UpdateStreamingDistributionRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateStreamingDistributionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig
- The streaming distribution's configuration information.public StreamingDistributionConfig getStreamingDistributionConfig()
public UpdateStreamingDistributionRequest withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig
- The streaming distribution's configuration information.public void setId(String id)
id
- The streaming distribution's id.public String getId()
public UpdateStreamingDistributionRequest withId(String id)
id
- The streaming distribution's id.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 String getIfMatch()
public UpdateStreamingDistributionRequest withIfMatch(String ifMatch)
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 Object
Object.toString()
public UpdateStreamingDistributionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.