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