public class DistributionConfigWithTags extends Object implements Serializable, Cloneable
| 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; useful for testing and
debugging.
|
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)
distributionConfig - A distribution Configuration.public DistributionConfig getDistributionConfig()
public DistributionConfigWithTags withDistributionConfig(DistributionConfig distributionConfig)
distributionConfig - A distribution Configuration.public void setTags(Tags tags)
tags - A complex type that contains zero or more Tag elements.public Tags getTags()
public DistributionConfigWithTags withTags(Tags tags)
tags - A complex type that contains zero or more Tag elements.public String toString()
toString in class ObjectObject.toString()public DistributionConfigWithTags clone()
Copyright © 2016. All rights reserved.