/// <summary>
 /// Sets the ReportIdList property
 /// </summary>
 /// <param name="reportIdList">ReportIdList property</param>
 /// <returns>this instance</returns>
 public UpdateReportAcknowledgementsRequest WithReportIdList(IdList reportIdList)
 {
     this.reportIdListField = reportIdList;
     return(this);
 }