@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStreamingDistributionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
Constructor and Description |
---|
UpdateStreamingDistributionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateStreamingDistributionResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the configuration.
|
StreamingDistribution |
getStreamingDistribution()
The streaming distribution's information.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the configuration.
|
void |
setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateStreamingDistributionResult |
withETag(String eTag)
The current version of the configuration.
|
UpdateStreamingDistributionResult |
withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
streamingDistribution
- The streaming distribution's information.public StreamingDistribution getStreamingDistribution()
The streaming distribution's information.
public UpdateStreamingDistributionResult withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
streamingDistribution
- The streaming distribution's information.public void setETag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the configuration. For example: E2QWRUHAPOMQZL
.public String getETag()
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
E2QWRUHAPOMQZL
.public UpdateStreamingDistributionResult withETag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the configuration. For example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public UpdateStreamingDistributionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.