Amazon.ECS.Model.ItemAttributes.WithReadingLevel C# (CSharp) Méthode

WithReadingLevel() public méthode

Sets the ReadingLevel property
public WithReadingLevel ( String readingLevel ) : ItemAttributes
readingLevel String ReadingLevel property
Résultat ItemAttributes
        public ItemAttributes WithReadingLevel(String readingLevel)
        {
            this.readingLevelField = readingLevel;
            return this;
        }
ItemAttributes