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

WithPackageQuantity() public method

Sets the PackageQuantity property
public WithPackageQuantity ( Decimal packageQuantity ) : ItemAttributes
packageQuantity Decimal PackageQuantity property
return ItemAttributes
        public ItemAttributes WithPackageQuantity(Decimal packageQuantity)
        {
            this.packageQuantityField = packageQuantity;
            return this;
        }
ItemAttributes