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

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

Sets the Manufacturer property
public WithManufacturer ( String manufacturer ) : MerchantItemAttributes
manufacturer String Manufacturer property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithManufacturer(String manufacturer)
        {
            this.manufacturerField = manufacturer;
            return this;
        }
MerchantItemAttributes