public static final class ExcludeShapesByTrait.Config
extends java.lang.Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getTraits()
Gets the shape IDs of the traits to filter shapes by.
|
void |
setTraits(java.util.Set<java.lang.String> traits)
Sets the shape IDs of the traits to filter shapes by.
|
public java.util.Set<java.lang.String> getTraits()
Relative shape IDs are assumed to be in the smithy.api namespace.
public void setTraits(java.util.Set<java.lang.String> traits)
traits - The shape IDs of the traits that if present causes a shape to be removed.