Amazon.ECS.Model.ItemAttributes.WithIngredients C# (CSharp) Method

WithIngredients() public method

Sets the Ingredients property
public WithIngredients ( String ingredients ) : ItemAttributes
ingredients String Ingredients property
return ItemAttributes
        public ItemAttributes WithIngredients(String ingredients)
        {
            this.ingredientsField = ingredients;
            return this;
        }
ItemAttributes