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

WithNotebookPointingDeviceDescription() public méthode

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