public override void ReadFragmentFrom(IMwsReader reader) { this._inventorySupplyList = reader.Read<InventorySupplyList>("InventorySupplyList"); this._nextToken = reader.Read<string>("NextToken"); }
/// <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; }