Amazon.ECS.Model.MerchantItemAttributes.WithSkillLevel C# (CSharp) Méthode

WithSkillLevel() public méthode

Sets the SkillLevel property
public WithSkillLevel ( String skillLevel ) : MerchantItemAttributes
skillLevel String SkillLevel property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithSkillLevel(String skillLevel)
        {
            this.skillLevelField = skillLevel;
            return this;
        }
MerchantItemAttributes