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

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

Sets the Brand property
public WithBrand ( String brand ) : ItemAttributes
brand String Brand property
Результат ItemAttributes
        public ItemAttributes WithBrand(String brand)
        {
            this.brandField = brand;
            return this;
        }
ItemAttributes