toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SNSActionEncoding.utf_8:
      return 'UTF-8';
    case SNSActionEncoding.base64:
      return 'Base64';
  }
}