toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ExportFormat.dynamodbJson:
      return 'DYNAMODB_JSON';
    case ExportFormat.ion:
      return 'ION';
  }
}