toValue method
Implementation
String toValue() {
switch (this) {
case InstanceCollectionType.instanceFleet:
return 'INSTANCE_FLEET';
case InstanceCollectionType.instanceGroup:
return 'INSTANCE_GROUP';
}
}
String toValue() {
switch (this) {
case InstanceCollectionType.instanceFleet:
return 'INSTANCE_FLEET';
case InstanceCollectionType.instanceGroup:
return 'INSTANCE_GROUP';
}
}