@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, setSdkResponseMetadata
public 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.
location
- The fully qualified URI of the new streaming distribution resource just created.public String getLocation()
The fully qualified URI of the new streaming distribution resource just created.
public CreateStreamingDistributionWithTagsResult withLocation(String location)
The fully qualified URI of the new streaming distribution resource just created.
location
- The fully qualified URI of the new streaming distribution resource just created.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 Object
Object.toString()
public CreateStreamingDistributionWithTagsResult clone()