Class CreateStreamingDistributionResult

    • Constructor Detail

      • CreateStreamingDistributionResult

        public CreateStreamingDistributionResult()
    • 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:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object