/// <summary>
 /// Sets the InventorySupplyList property.
 /// </summary>
 /// <param name="inventorySupplyList">InventorySupplyList property.</param>
 /// <returns>this instance.</returns>
 public ListInventorySupplyByNextTokenResult WithInventorySupplyList(InventorySupplyList inventorySupplyList)
 {
     this._inventorySupplyList = inventorySupplyList;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _marketplaceId       = reader.Read <string>("MarketplaceId");
     _inventorySupplyList = reader.Read <InventorySupplyList>("InventorySupplyList");
     _nextToken           = reader.Read <string>("NextToken");
 }