toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case TapeStorageClass.deepArchive:
      return 'DEEP_ARCHIVE';
    case TapeStorageClass.glacier:
      return 'GLACIER';
  }
}