toValue method
Implementation
String toValue() {
switch (this) {
case Scope.cloudfront:
return 'CLOUDFRONT';
case Scope.regional:
return 'REGIONAL';
}
}
String toValue() {
switch (this) {
case Scope.cloudfront:
return 'CLOUDFRONT';
case Scope.regional:
return 'REGIONAL';
}
}