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