toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ProcessingS3InputMode.pipe:
      return 'Pipe';
    case ProcessingS3InputMode.file:
      return 'File';
  }
}