toValue method
Implementation
String toValue() {
switch (this) {
case Owner.customLambda:
return 'CUSTOM_LAMBDA';
case Owner.aws:
return 'AWS';
}
}
String toValue() {
switch (this) {
case Owner.customLambda:
return 'CUSTOM_LAMBDA';
case Owner.aws:
return 'AWS';
}
}