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