toValue method
Implementation
String toValue() {
switch (this) {
case LambdaIsolationMode.greengrassContainer:
return 'GreengrassContainer';
case LambdaIsolationMode.noContainer:
return 'NoContainer';
}
}
String toValue() {
switch (this) {
case LambdaIsolationMode.greengrassContainer:
return 'GreengrassContainer';
case LambdaIsolationMode.noContainer:
return 'NoContainer';
}
}