Amazon.ECS.Model.MerchantItemAttributes.WithBrand C# (CSharp) Method

WithBrand() public method

Sets the Brand property
public WithBrand ( String brand ) : MerchantItemAttributes
brand String Brand property
return MerchantItemAttributes
        public MerchantItemAttributes WithBrand(String brand)
        {
            this.brandField = brand;
            return this;
        }
MerchantItemAttributes