public static final class FlattenNamespaces.Config
extends java.lang.Object
flattenNamespaces
configuration settings.Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getIncludeTagged()
Gets the set of tags that are retained in the model.
|
java.lang.String |
getNamespace()
Gets the target namespace that existing namespaces will be flattened
into.
|
ShapeId |
getService() |
void |
setIncludeTagged(java.util.Set<java.lang.String> tags)
Sets the set of tags that are retained in the model.
|
void |
setNamespace(java.lang.String namespace)
Sets the target namespace that existing namespaces will be flattened
into.
|
void |
setService(ShapeId service)
Sets the service ShapeId that will be flattened into the target
namespace.
|
public void setNamespace(java.lang.String namespace)
namespace
- The target namespace to use in the model.public java.lang.String getNamespace()
public void setService(ShapeId service)
service
- The ID of the service.public ShapeId getService()
public void setIncludeTagged(java.util.Set<java.lang.String> tags)
tags
- The tags to retain in the model.public java.util.Set<java.lang.String> getIncludeTagged()