public class CreateStreamingDistributionResult extends Object implements Serializable
The returned result of the corresponding request.
Constructor and Description |
---|
CreateStreamingDistributionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getETag()
The current version of the streaming distribution created.
|
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(String eTag)
The current version of the streaming distribution created.
|
void |
setLocation(String location)
The fully qualified URI of the new streaming distribution resource
just created.
|
void |
setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStreamingDistributionResult |
withETag(String eTag)
The current version of the streaming distribution created.
|
CreateStreamingDistributionResult |
withLocation(String location)
The fully qualified URI of the new streaming distribution resource
just created.
|
CreateStreamingDistributionResult |
withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
|
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 String getLocation()
public void setLocation(String location)
location
- The fully qualified URI of the new streaming distribution resource
just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.public CreateStreamingDistributionResult withLocation(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:
https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.public String getETag()
public void setETag(String eTag)
eTag
- The current version of the streaming distribution created.public CreateStreamingDistributionResult withETag(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.