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

WithNotebookDisplayTechnology() 공개 메소드

Sets the NotebookDisplayTechnology property
public WithNotebookDisplayTechnology ( String notebookDisplayTechnology ) : MerchantItemAttributes
notebookDisplayTechnology String NotebookDisplayTechnology property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithNotebookDisplayTechnology(String notebookDisplayTechnology)
        {
            this.notebookDisplayTechnologyField = notebookDisplayTechnology;
            return this;
        }
MerchantItemAttributes