Amazon.ECS.Model.ItemAttributes.WithPackageQuantity C# (CSharp) 메소드

WithPackageQuantity() 공개 메소드

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