Amazon.ECS.Model.MerchantItemAttributes.WithManufacturer C# (CSharp) Méthode

WithManufacturer() public méthode

Sets the Manufacturer property
public WithManufacturer ( String manufacturer ) : MerchantItemAttributes
manufacturer String Manufacturer property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithManufacturer(String manufacturer)
        {
            this.manufacturerField = manufacturer;
            return this;
        }
MerchantItemAttributes