toJson method

Map<String, dynamic> toJson()

Implementation

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