@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DistributionConfigWithTags extends Object implements Serializable, Cloneable
A distribution Configuration and a list of tags to be associated with the distribution.
| Constructor and Description |
|---|
DistributionConfigWithTags() |
| Modifier and Type | Method and Description |
|---|---|
DistributionConfigWithTags |
clone() |
boolean |
equals(Object obj) |
DistributionConfig |
getDistributionConfig()
A distribution configuration.
|
Tags |
getTags()
A complex type that contains zero or more
Tag elements. |
int |
hashCode() |
void |
setDistributionConfig(DistributionConfig distributionConfig)
A 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.
|
DistributionConfigWithTags |
withDistributionConfig(DistributionConfig distributionConfig)
A distribution configuration.
|
DistributionConfigWithTags |
withTags(Tags tags)
A complex type that contains zero or more
Tag elements. |
public void setDistributionConfig(DistributionConfig distributionConfig)
A distribution configuration.
distributionConfig - A distribution configuration.public DistributionConfig getDistributionConfig()
A distribution configuration.
public DistributionConfigWithTags withDistributionConfig(DistributionConfig distributionConfig)
A distribution configuration.
distributionConfig - A 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 DistributionConfigWithTags 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 DistributionConfigWithTags clone()
Copyright © 2024. All rights reserved.