factory CreateSolutionResponse.fromJson(Map<String, dynamic> json) { return CreateSolutionResponse( solutionArn: json['solutionArn'] as String?, ); }