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

WithFixedAmount() 공개 메소드

Sets the FixedAmount property
public WithFixedAmount ( Price fixedAmount ) : PromotionBenefit
fixedAmount Price FixedAmount property
리턴 PromotionBenefit
        public PromotionBenefit WithFixedAmount(Price fixedAmount)
        {
            this.fixedAmountField = fixedAmount;
            return this;
        }