public class GetStreamingDistributionConfigResult extends Object 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. 
 | 
public GetStreamingDistributionConfigResult()
public StreamingDistributionConfig getStreamingDistributionConfig()
public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
streamingDistributionConfig - The streaming distribution's configuration information.public GetStreamingDistributionConfigResult 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 getETag()
public void setETag(String eTag)
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public GetStreamingDistributionConfigResult withETag(String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public GetStreamingDistributionConfigResult clone()
Copyright © 2015. All rights reserved.