Amazon.ECS.Model.ItemAttributes.WithManufacturer C# (CSharp) Method

WithManufacturer() public method

Sets the Manufacturer property
public WithManufacturer ( String manufacturer ) : ItemAttributes
manufacturer String Manufacturer property
return ItemAttributes
        public ItemAttributes WithManufacturer(String manufacturer)
        {
            this.manufacturerField = manufacturer;
            return this;
        }
ItemAttributes