Class CreateStreamingDistributionResult
- java.lang.Object
-
- com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateStreamingDistributionResult extends Object implements Serializable, Cloneable
The returned result of the corresponding request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateStreamingDistributionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateStreamingDistributionResultclone()booleanequals(Object obj)StringgetETag()The current version of the streaming distribution created.StringgetLocation()The fully qualified URI of the new streaming distribution resource just created.StreamingDistributiongetStreamingDistribution()The streaming distribution's information.inthashCode()voidsetETag(String eTag)The current version of the streaming distribution created.voidsetLocation(String location)The fully qualified URI of the new streaming distribution resource just created.voidsetStreamingDistribution(StreamingDistribution streamingDistribution)The streaming distribution's information.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateStreamingDistributionResultwithETag(String eTag)The current version of the streaming distribution created.CreateStreamingDistributionResultwithLocation(String location)The fully qualified URI of the new streaming distribution resource just created.CreateStreamingDistributionResultwithStreamingDistribution(StreamingDistribution streamingDistribution)The streaming distribution's information.
-
-
-
Method Detail
-
setStreamingDistribution
public void setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.- Parameters:
streamingDistribution- The streaming distribution's information.
-
getStreamingDistribution
public StreamingDistribution getStreamingDistribution()
The streaming distribution's information.- Returns:
- The streaming distribution's information.
-
withStreamingDistribution
public CreateStreamingDistributionResult withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.- Parameters:
streamingDistribution- The streaming distribution's information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
public void setLocation(String 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.- Parameters:
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.
-
getLocation
public String getLocation()
The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming -distribution/EGTXBD79H29TRA8.- Returns:
- The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com /2010-11-01/streaming-distribution/EGTXBD79H29TRA8.
-
withLocation
public CreateStreamingDistributionResult withLocation(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setETag
public void setETag(String eTag)
The current version of the streaming distribution created.- Parameters:
eTag- The current version of the streaming distribution created.
-
getETag
public String getETag()
The current version of the streaming distribution created.- Returns:
- The current version of the streaming distribution created.
-
withETag
public CreateStreamingDistributionResult withETag(String eTag)
The current version of the streaming distribution created.- Parameters:
eTag- The current version of the streaming distribution created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateStreamingDistributionResult clone()
-
-