/// <summary>
 /// Sets the ListFinancialEventGroupsByNextTokenResult property.
 /// </summary>
 /// <param name="listFinancialEventGroupsByNextTokenResult">ListFinancialEventGroupsByNextTokenResult property.</param>
 /// <returns>this instance.</returns>
 public ListFinancialEventGroupsByNextTokenResponse WithListFinancialEventGroupsByNextTokenResult(ListFinancialEventGroupsByNextTokenResult listFinancialEventGroupsByNextTokenResult)
 {
     this._listFinancialEventGroupsByNextTokenResult = listFinancialEventGroupsByNextTokenResult;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _listFinancialEventGroupsByNextTokenResult = reader.Read <ListFinancialEventGroupsByNextTokenResult>("ListFinancialEventGroupsByNextTokenResult");
     _responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }