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

WithNotebookDisplayTechnology() 공개 메소드

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