Amazon.ECS.Model.ItemAttributes.WithCuisine C# (CSharp) 메소드

WithCuisine() 공개 메소드

Sets the Cuisine property
public WithCuisine ( String cuisine ) : ItemAttributes
cuisine String Cuisine property
리턴 ItemAttributes
        public ItemAttributes WithCuisine(String cuisine)
        {
            this.cuisineField = cuisine;
            return this;
        }
ItemAttributes