toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SystemInstanceFilterName.systemTemplateId:
      return 'SYSTEM_TEMPLATE_ID';
    case SystemInstanceFilterName.status:
      return 'STATUS';
    case SystemInstanceFilterName.greengrassGroupName:
      return 'GREENGRASS_GROUP_NAME';
  }
}