Amazon.ECS.Model.ItemAttributes.WithReadingLevel C# (CSharp) Метод

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

Sets the ReadingLevel property
public WithReadingLevel ( String readingLevel ) : ItemAttributes
readingLevel String ReadingLevel property
Результат ItemAttributes
        public ItemAttributes WithReadingLevel(String readingLevel)
        {
            this.readingLevelField = readingLevel;
            return this;
        }
ItemAttributes