69 inline void SetKeywords(
const char* value) { m_keywordsHasBeenSet =
true; m_keywords.assign(value); }
97 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
136 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
183 inline void SetRegistryName(
const char* value) { m_registryNameHasBeenSet =
true; m_registryName.assign(value); }
203 bool m_keywordsHasBeenSet;
206 bool m_limitHasBeenSet;
209 bool m_nextTokenHasBeenSet;
212 bool m_registryNameHasBeenSet;