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

WithNotebookDisplayTechnology() public method

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