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