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;
        }