Amazon.ECS.Model.PromotionBenefit.WithComponentType C# (CSharp) Метод

WithComponentType() публичный Метод

Sets the ComponentType property
public WithComponentType ( String componentType ) : PromotionBenefit
componentType String ComponentType property
Результат PromotionBenefit
        public PromotionBenefit WithComponentType(String componentType)
        {
            this.componentTypeField = componentType;
            return this;
        }