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
50 template<
typename RuleIdT = Aws::String>
51 void SetRuleId(RuleIdT&& value) { m_ruleIdHasBeenSet =
true; m_ruleId = std::forward<RuleIdT>(value); }
52 template<
typename RuleIdT = Aws::String>
62 template<
typename RuleNameT = Aws::String>
63 void SetRuleName(RuleNameT&& value) { m_ruleNameHasBeenSet =
true; m_ruleName = std::forward<RuleNameT>(value); }
64 template<
typename RuleNameT = Aws::String>
74 template<
typename ShortDescriptionT = Aws::String>
75 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
76 template<
typename ShortDescriptionT = Aws::String>
86 template<
typename LongDescriptionT = Aws::String>
87 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
88 template<
typename LongDescriptionT = Aws::String>
98 template<
typename RuleTagsT = Aws::Vector<Aws::String>>
99 void SetRuleTags(RuleTagsT&& value) { m_ruleTagsHasBeenSet =
true; m_ruleTags = std::forward<RuleTagsT>(value); }
100 template<
typename RuleTagsT = Aws::Vector<Aws::String>>
102 template<
typename RuleTagsT = Aws::String>
103 RuleMetadata&
AddRuleTags(RuleTagsT&& value) { m_ruleTagsHasBeenSet =
true; m_ruleTags.emplace_back(std::forward<RuleTagsT>(value));
return *
this; }
108 bool m_ruleIdHasBeenSet =
false;
111 bool m_ruleNameHasBeenSet =
false;
114 bool m_shortDescriptionHasBeenSet =
false;
117 bool m_longDescriptionHasBeenSet =
false;
120 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