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