Amazon.ECS.Model.CartClearResponse.WithCart C# (CSharp) Method

WithCart() public method

Sets the Cart property
public WithCart ( ) : CartClearResponse
return CartClearResponse
        public CartClearResponse WithCart(params Cart[] list)
        {
            foreach (Cart item in list)
            {
                Cart.Add(item);
            }
            return this;
        }