Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront_2012_03_15.model
Class CreateStreamingDistributionResult

java.lang.Object
  extended by com.amazonaws.services.cloudfront_2012_03_15.model.CreateStreamingDistributionResult

public class CreateStreamingDistributionResult
extends java.lang.Object

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

CreateStreamingDistributionResult

public CreateStreamingDistributionResult()
Method Detail

getStreamingDistribution

public StreamingDistribution getStreamingDistribution()
The streaming distribution's information.

Returns:
The streaming distribution's information.

setStreamingDistribution

public void setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.

Parameters:
streamingDistribution - The streaming distribution's information.

withStreamingDistribution

public CreateStreamingDistributionResult withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
streamingDistribution - The streaming distribution's information.
Returns:
A reference to this updated object so that method calls can be chained together.

getLocation

public java.lang.String getLocation()
The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

Returns:
The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

setLocation

public void setLocation(java.lang.String location)
The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

Parameters:
location - The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

withLocation

public CreateStreamingDistributionResult withLocation(java.lang.String location)
The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.

Returns a reference to this object so that method calls can be chained together.

Parameters:
location - The fully qualified URI of the new streaming distribution resource just created. For example: front.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.
Returns:
A reference to this updated object so that method calls can be chained together.

getETag

public java.lang.String getETag()
The current version of the streaming distribution created.

Returns:
The current version of the streaming distribution created.

setETag

public void setETag(java.lang.String eTag)
The current version of the streaming distribution created.

Parameters:
eTag - The current version of the streaming distribution created.

withETag

public CreateStreamingDistributionResult withETag(java.lang.String eTag)
The current version of the streaming distribution created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eTag - The current version of the streaming distribution created.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.