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

WithComponentType() public method

Sets the ComponentType property
public WithComponentType ( String componentType ) : PromotionBenefit
componentType String ComponentType property
return PromotionBenefit
        public PromotionBenefit WithComponentType(String componentType)
        {
            this.componentTypeField = componentType;
            return this;
        }