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

WithNotebookDisplayTechnology() public method

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