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

WithMaterialTypeSetElement() public method

Sets the MaterialTypeSetElement property
public WithMaterialTypeSetElement ( ) : ItemAttributes
return ItemAttributes
        public ItemAttributes WithMaterialTypeSetElement(params String[] list)
        {
            foreach (String item in list)
            {
                MaterialTypeSetElement.Add(item);
            }
            return this;
        }
ItemAttributes