@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStreamingDistributionConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
Constructor and Description |
---|
GetStreamingDistributionConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetStreamingDistributionConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the configuration.
|
StreamingDistributionConfig |
getStreamingDistributionConfig()
The streaming distribution's configuration information.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the 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.
|
GetStreamingDistributionConfigResult |
withETag(String eTag)
The current version of the configuration.
|
GetStreamingDistributionConfigResult |
withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The streaming distribution's configuration information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetStreamingDistributionConfigResult()
public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The streaming distribution's configuration information.
streamingDistributionConfig
- The streaming distribution's configuration information.public StreamingDistributionConfig getStreamingDistributionConfig()
The streaming distribution's configuration information.
public GetStreamingDistributionConfigResult withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
The streaming distribution's configuration information.
streamingDistributionConfig
- The streaming distribution's configuration 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 GetStreamingDistributionConfigResult 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 GetStreamingDistributionConfigResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.