Amazon.ECS.Model.ItemAttributes.WithNotebookPointingDeviceDescription C# (CSharp) Метод

WithNotebookPointingDeviceDescription() публичный Метод

Sets the NotebookPointingDeviceDescription property
public WithNotebookPointingDeviceDescription ( String notebookPointingDeviceDescription ) : ItemAttributes
notebookPointingDeviceDescription String NotebookPointingDeviceDescription property
Результат ItemAttributes
        public ItemAttributes WithNotebookPointingDeviceDescription(String notebookPointingDeviceDescription)
        {
            this.notebookPointingDeviceDescriptionField = notebookPointingDeviceDescription;
            return this;
        }
ItemAttributes