22namespace CodeGuruReviewer
67 inline void SetRuleId(
const char* value) { m_ruleIdHasBeenSet =
true; m_ruleId.assign(value); }
108 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
149 inline void SetShortDescription(
const char* value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription.assign(value); }
190 inline void SetLongDescription(
const char* value) { m_longDescriptionHasBeenSet =
true; m_longDescription.assign(value); }
251 inline RuleMetadata&
AddRuleTags(
const char* value) { m_ruleTagsHasBeenSet =
true; m_ruleTags.push_back(value);
return *
this; }
256 bool m_ruleIdHasBeenSet =
false;
259 bool m_ruleNameHasBeenSet =
false;
262 bool m_shortDescriptionHasBeenSet =
false;
265 bool m_longDescriptionHasBeenSet =
false;
268 bool m_ruleTagsHasBeenSet =
false;
#define AWS_CODEGURUREVIEWER_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector