@SuppressWarnings("unchecked")
    public GeneratorT withHostName(String aValue) {
      instance.setHostName(aValue);

      return (GeneratorT) this;
    }