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

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

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