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

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

Sets the UPC property
public WithUPC ( String UPC ) : ItemAttributes
UPC String UPC property
Результат ItemAttributes
        public ItemAttributes WithUPC(String UPC)
        {
            this.UPCField = UPC;
            return this;
        }
ItemAttributes