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

WithUPC() public method

Sets the UPC property
public WithUPC ( String UPC ) : ItemAttributes
UPC String UPC property
return ItemAttributes
        public ItemAttributes WithUPC(String UPC)
        {
            this.UPCField = UPC;
            return this;
        }
ItemAttributes