Amazon.ECS.Model.PromotionBenefit.WithFixedAmount C# (CSharp) Method

WithFixedAmount() public method

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