@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingDistributionConfigWithTags extends Object implements Serializable, Cloneable
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
| Constructor and Description |
|---|
StreamingDistributionConfigWithTags() |
| Modifier and Type | Method and Description |
|---|---|
StreamingDistributionConfigWithTags |
clone() |
boolean |
equals(Object obj) |
StreamingDistributionConfig |
getStreamingDistributionConfig()
A streaming distribution Configuration.
|
Tags |
getTags()
A complex type that contains zero or more
Tag elements. |
int |
hashCode() |
void |
setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
|
void |
setTags(Tags tags)
A complex type that contains zero or more
Tag elements. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StreamingDistributionConfigWithTags |
withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
|
StreamingDistributionConfigWithTags |
withTags(Tags tags)
A complex type that contains zero or more
Tag elements. |
public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
streamingDistributionConfig - A streaming distribution Configuration.public StreamingDistributionConfig getStreamingDistributionConfig()
A streaming distribution Configuration.
public StreamingDistributionConfigWithTags withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
streamingDistributionConfig - A streaming distribution Configuration.public void setTags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.public Tags getTags()
A complex type that contains zero or more Tag elements.
Tag elements.public StreamingDistributionConfigWithTags withTags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.public String toString()
toString in class ObjectObject.toString()public StreamingDistributionConfigWithTags clone()
Copyright © 2018. All rights reserved.