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

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

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