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