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