/// <summary> /// Sets the Orders property /// </summary> /// <param name="orders">Orders property</param> /// <returns>this instance</returns> public GetOrderResult WithOrders(OrderList orders) { this.ordersField = orders; return(this); }
/// <summary> /// Sets the Orders property /// </summary> /// <param name="orders">Orders property</param> /// <returns>this instance</returns> public GetOrderResult WithOrders(OrderList orders) { this.ordersField = orders; return this; }
/// <summary> /// Sets the Orders property. /// </summary> /// <param name="orders">Orders property.</param> /// <returns>this instance.</returns> public ListOrdersResult WithOrders(OrderList orders) { this._orders = orders; return this; }
public override void ReadFragmentFrom(IMwsReader reader) { _orders = reader.Read <OrderList>("Orders"); }
public override void ReadFragmentFrom(IMwsReader reader) { _nextToken = reader.Read<string>("NextToken"); _createdBefore = reader.Read<DateTime?>("CreatedBefore"); _lastUpdatedBefore = reader.Read<DateTime?>("LastUpdatedBefore"); _orders = reader.Read<OrderList>("Orders"); }
/// <summary> /// Sets the Orders property /// </summary> /// <param name="orders">Orders property</param> /// <returns>this instance</returns> public ListOrdersByNextTokenResult WithOrders(OrderList orders) { this.ordersField = orders; return this; }
/// <summary> /// Sets the Orders property /// </summary> /// <param name="orders">Orders property</param> /// <returns>this instance</returns> public ListOrdersByNextTokenResult WithOrders(OrderList orders) { this.ordersField = orders; return(this); }
/// <summary> /// Sets the Orders property. /// </summary> /// <param name="orders">Orders property.</param> /// <returns>this instance.</returns> public ListOrdersResult WithOrders(OrderList orders) { this._orders = orders; return(this); }
public override void ReadFragmentFrom(IMwsReader reader) { _orders = reader.Read<OrderList>("Orders"); }