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

IsSetIngredients() public method

Checks if Ingredients property is set
public IsSetIngredients ( ) : Boolean
return Boolean
        public Boolean IsSetIngredients()
        {
            return  this.ingredientsField != null;
        }
ItemAttributes