Class IncludeServices.Config

  • Enclosing class:
    IncludeServices

    public static final class IncludeServices.Config
    extends java.lang.Object
    includeServices configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<software.amazon.smithy.model.shapes.ShapeId> getServices()  
      void setServices​(java.util.Set<software.amazon.smithy.model.shapes.ShapeId> services)
      Sets the list of service shapes IDs to include.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getServices

        public java.util.Set<software.amazon.smithy.model.shapes.ShapeId> getServices()
        Returns:
        Gets the list of service shapes IDs to include.
      • setServices

        public void setServices​(java.util.Set<software.amazon.smithy.model.shapes.ShapeId> services)
        Sets the list of service shapes IDs to include.
        Parameters:
        services - Services to include by shape ID.