@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamingDistributionWithTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
| Constructor and Description |
|---|
CreateStreamingDistributionWithTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingDistributionWithTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the 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 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.
|
CreateStreamingDistributionWithTagsResult |
withETag(String eTag)
The current version of the distribution created.
|
CreateStreamingDistributionWithTagsResult |
withLocation(String location)
The fully qualified URI of the new streaming distribution resource just created.
|
CreateStreamingDistributionWithTagsResult |
withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateStreamingDistributionWithTagsResult()
public void setStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
streamingDistribution - The streaming distribution's information.public StreamingDistribution getStreamingDistribution()
The streaming distribution's information.
public CreateStreamingDistributionWithTagsResult withStreamingDistribution(StreamingDistribution streamingDistribution)
The streaming distribution's information.
streamingDistribution - The streaming distribution's information.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.
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 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.
https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.public CreateStreamingDistributionWithTagsResult 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.
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 void setETag(String eTag)
The current version of the distribution created.
eTag - The current version of the distribution created.public String getETag()
The current version of the distribution created.
public CreateStreamingDistributionWithTagsResult withETag(String eTag)
The current version of the distribution created.
eTag - The current version of the distribution created.public String toString()
toString in class ObjectObject.toString()public CreateStreamingDistributionWithTagsResult clone()
Copyright © 2018. All rights reserved.