toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case LambdaFunctionRecommendationFilterName.finding:
      return 'Finding';
    case LambdaFunctionRecommendationFilterName.findingReasonCode:
      return 'FindingReasonCode';
  }
}