toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case GroupByAttribute.targetId:
      return 'TARGET_ID';
    case GroupByAttribute.region:
      return 'REGION';
    case GroupByAttribute.resourceType:
      return 'RESOURCE_TYPE';
  }
}