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