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

WithCeiling() 공개 메소드

Sets the Ceiling property
public WithCeiling ( Price ceiling ) : PromotionBenefit
ceiling Price Ceiling property
리턴 PromotionBenefit
        public PromotionBenefit WithCeiling(Price ceiling)
        {
            this.ceilingField = ceiling;
            return this;
        }