/// <summary>
 /// Sets the GetReportResult property
 /// </summary>
 /// <param name="getReportResult">GetReportResult property</param>
 /// <returns>this instance</returns>
 public GetReportResponse WithGetReportResult(GetReportResult getReportResult)
 {
     this.getReportResultField = getReportResult;
     return(this);
 }