Amazon.ECS.Model.MerchantItemAttributes.WithReadingLevel C# (CSharp) 메소드

WithReadingLevel() 공개 메소드

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