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

WithBenefitType() public method

Sets the BenefitType property
public WithBenefitType ( String benefitType ) : PromotionBenefit
benefitType String BenefitType property
return PromotionBenefit
        public PromotionBenefit WithBenefitType(String benefitType)
        {
            this.benefitTypeField = benefitType;
            return this;
        }