toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SplunkS3BackupMode.failedEventsOnly:
      return 'FailedEventsOnly';
    case SplunkS3BackupMode.allEvents:
      return 'AllEvents';
  }
}