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

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

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