toValue method
Implementation
String toValue() {
switch (this) {
case DescribeEndpointsMode.$default:
return 'DEFAULT';
case DescribeEndpointsMode.getOnly:
return 'GET_ONLY';
}
}
String toValue() {
switch (this) {
case DescribeEndpointsMode.$default:
return 'DEFAULT';
case DescribeEndpointsMode.getOnly:
return 'GET_ONLY';
}
}