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

WithReadingLevel() public method

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