Amazon.ECS.Model.CartModifyRequest.WithItems C# (CSharp) Method

WithItems() public method

Sets the Items property
public WithItems ( CartModifyItems items ) : CartModifyRequest
items CartModifyItems Items property
return CartModifyRequest
        public CartModifyRequest WithItems(CartModifyItems items)
        {
            this.itemsField = items;
            return this;
        }