toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case QueryType.tagFilters_1_0:
      return 'TAG_FILTERS_1_0';
    case QueryType.cloudformationStack_1_0:
      return 'CLOUDFORMATION_STACK_1_0';
  }
}