toJson method
Implementation
Map<String, dynamic> toJson() {
final awsManagedHumanLoopRequestSource =
this.awsManagedHumanLoopRequestSource;
return {
'AwsManagedHumanLoopRequestSource':
awsManagedHumanLoopRequestSource.toValue(),
};
}