toValue method
Implementation
String toValue() {
switch (this) {
case GameServerGroupAction.replaceInstanceTypes:
return 'REPLACE_INSTANCE_TYPES';
}
}
String toValue() {
switch (this) {
case GameServerGroupAction.replaceInstanceTypes:
return 'REPLACE_INSTANCE_TYPES';
}
}