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