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

WithNotebookPointingDeviceDescription() public method

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