7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CodeGuruReviewer
52 inline void SetRuleId(
const char* value) { m_ruleIdHasBeenSet =
true; m_ruleId.assign(value); }
66 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
80 inline void SetShortDescription(
const char* value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription.assign(value); }
94 inline void SetLongDescription(
const char* value) { m_longDescriptionHasBeenSet =
true; m_longDescription.assign(value); }
112 inline RuleMetadata&
AddRuleTags(
const char* value) { m_ruleTagsHasBeenSet =
true; m_ruleTags.push_back(value);
return *
this; }
117 bool m_ruleIdHasBeenSet =
false;
120 bool m_ruleNameHasBeenSet =
false;
123 bool m_shortDescriptionHasBeenSet =
false;
126 bool m_longDescriptionHasBeenSet =
false;
129 bool m_ruleTagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue