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

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

Sets the GemTypeSetElement property
public WithGemTypeSetElement ( ) : ItemAttributes
Результат ItemAttributes
        public ItemAttributes WithGemTypeSetElement(params String[] list)
        {
            foreach (String item in list)
            {
                GemTypeSetElement.Add(item);
            }
            return this;
        }
ItemAttributes