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

WithNotebookPointingDeviceDescription() public method

Sets the NotebookPointingDeviceDescription property
public WithNotebookPointingDeviceDescription ( String notebookPointingDeviceDescription ) : ItemAttributes
notebookPointingDeviceDescription String NotebookPointingDeviceDescription property
return ItemAttributes
        public ItemAttributes WithNotebookPointingDeviceDescription(String notebookPointingDeviceDescription)
        {
            this.notebookPointingDeviceDescriptionField = notebookPointingDeviceDescription;
            return this;
        }
ItemAttributes