|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront_2012_03_15.model.GetStreamingDistributionConfigResult
public class GetStreamingDistributionConfigResult
The returned result of the corresponding request.
Constructor Summary | |
---|---|
GetStreamingDistributionConfigResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetStreamingDistributionConfigResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |