toMessageSystemAttributeNameForSends method

MessageSystemAttributeNameForSends toMessageSystemAttributeNameForSends()

Implementation

MessageSystemAttributeNameForSends toMessageSystemAttributeNameForSends() {
  switch (this) {
    case 'AWSTraceHeader':
      return MessageSystemAttributeNameForSends.awsTraceHeader;
  }
  throw Exception(
      '$this is not known in enum MessageSystemAttributeNameForSends');
}