toValue method
Implementation
String toValue() {
switch (this) {
case AutoTuneDesiredState.enabled:
return 'ENABLED';
case AutoTuneDesiredState.disabled:
return 'DISABLED';
}
}
String toValue() {
switch (this) {
case AutoTuneDesiredState.enabled:
return 'ENABLED';
case AutoTuneDesiredState.disabled:
return 'DISABLED';
}
}