toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ResourceDataSyncS3Format.jsonSerDe:
      return 'JsonSerDe';
  }
}