/// <summary>
 /// Sets the ListMarketplaces property.
 /// </summary>
 /// <param name="listMarketplaces">ListMarketplaces property.</param>
 /// <returns>this instance.</returns>
 public ListMarketplaceParticipationsByNextTokenResult WithListMarketplaces(ListMarketplaces listMarketplaces)
 {
     this._listMarketplaces = listMarketplaces;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._nextToken = reader.Read<string>("NextToken");
     this._listParticipations = reader.Read<ListParticipations>("ListParticipations");
     this._listMarketplaces = reader.Read<ListMarketplaces>("ListMarketplaces");
 }