toValue method
Implementation
String toValue() {
switch (this) {
case ResourceDataSyncS3Format.jsonSerDe:
return 'JsonSerDe';
}
}
String toValue() {
switch (this) {
case ResourceDataSyncS3Format.jsonSerDe:
return 'JsonSerDe';
}
}