Amazon.ECS.Model.PromotionBenefit.WithQuantity C# (CSharp) 메소드

WithQuantity() 공개 메소드

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : PromotionBenefit
quantity Decimal Quantity property
리턴 PromotionBenefit
        public PromotionBenefit WithQuantity(Decimal quantity)
        {
            this.quantityField = quantity;
            return this;
        }