toServiceActionDefinitionType method

ServiceActionDefinitionType toServiceActionDefinitionType()

Implementation

ServiceActionDefinitionType toServiceActionDefinitionType() {
  switch (this) {
    case 'SSM_AUTOMATION':
      return ServiceActionDefinitionType.ssmAutomation;
  }
  throw Exception('$this is not known in enum ServiceActionDefinitionType');
}