toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ResourceShareAssociationType.principal:
      return 'PRINCIPAL';
    case ResourceShareAssociationType.resource:
      return 'RESOURCE';
  }
}