Amazon.ECS.Model.MerchantItemAttributes.WithNotebookPointingDeviceDescription C# (CSharp) 메소드

WithNotebookPointingDeviceDescription() 공개 메소드

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