Amazon.ECS.Model.ItemAttributes.WithReadingLevel C# (CSharp) Method

WithReadingLevel() public method

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