Class IncludeServices.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeServices.Config
- Enclosing class:
- IncludeServices
includeServices
configuration.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setServices
(Set<ShapeId> services) Sets the list of service shapes IDs to include.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getServices
- Returns:
- Gets the list of service shapes IDs to include.
-
setServices
Sets the list of service shapes IDs to include.- Parameters:
services
- Services to include by shape ID.
-