Amazon.ECS.Model.ItemAttributes.WithIngredients C# (CSharp) Метод

WithIngredients() публичный Метод

Sets the Ingredients property
public WithIngredients ( String ingredients ) : ItemAttributes
ingredients String Ingredients property
Результат ItemAttributes
        public ItemAttributes WithIngredients(String ingredients)
        {
            this.ingredientsField = ingredients;
            return this;
        }
ItemAttributes