Amazon.ECS.Model.ItemAttributes.WithNotebookDisplayTechnology C# (CSharp) Méthode

WithNotebookDisplayTechnology() public méthode

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