|
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.CreateStreamingDistributionResult
public class CreateStreamingDistributionResult
The returned result of the corresponding request.
Constructor Summary | |
---|---|
CreateStreamingDistributionResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getETag()
The current version of the streaming distribution created. |
java.lang.String |
getLocation()
The fully qualified URI of the new streaming distribution resource just created. |
StreamingDistribution |
getStreamingDistribution()
The streaming distribution's information. |
int |
hashCode()
|
void |
setETag(java.lang.String eTag)
The current version of the streaming distribution created. |
void |
setLocation(java.lang.String location)
The fully qualified URI of the new streaming distribution resource just created. |
void |
setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateStreamingDistributionResult |
withETag(java.lang.String eTag)
The current version of the streaming distribution created. |
CreateStreamingDistributionResult |
withLocation(java.lang.String location)
The fully qualified URI of the new streaming distribution resource just created. |
CreateStreamingDistributionResult |
withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateStreamingDistributionResult()
Method Detail |
---|
public StreamingDistribution getStreamingDistribution()
public void setStreamingDistribution(StreamingDistribution streamingDistribution)
streamingDistribution
- The streaming distribution's information.public CreateStreamingDistributionResult withStreamingDistribution(StreamingDistribution streamingDistribution)
Returns a reference to this object so that method calls can be chained together.
streamingDistribution
- The streaming distribution's information.
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The fully qualified URI of the new streaming distribution resource
just created. For example:
front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.public CreateStreamingDistributionResult withLocation(java.lang.String location)
Returns a reference to this object so that method calls can be chained together.
location
- The fully qualified URI of the new streaming distribution resource
just created. For example:
front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.
public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag
- The current version of the streaming distribution created.public CreateStreamingDistributionResult withETag(java.lang.String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag
- The current version of the streaming distribution created.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |