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>
20namespace CodeGuruReviewer {
44 template <
typename RuleIdT = Aws::String>
46 m_ruleIdHasBeenSet =
true;
47 m_ruleId = std::forward<RuleIdT>(value);
49 template <
typename RuleIdT = Aws::String>
62 template <
typename RuleNameT = Aws::String>
64 m_ruleNameHasBeenSet =
true;
65 m_ruleName = std::forward<RuleNameT>(value);
67 template <
typename RuleNameT = Aws::String>
80 template <
typename ShortDescriptionT = Aws::String>
82 m_shortDescriptionHasBeenSet =
true;
83 m_shortDescription = std::forward<ShortDescriptionT>(value);
85 template <
typename ShortDescriptionT = Aws::String>
98 template <
typename LongDescriptionT = Aws::String>
100 m_longDescriptionHasBeenSet =
true;
101 m_longDescription = std::forward<LongDescriptionT>(value);
103 template <
typename LongDescriptionT = Aws::String>
116 template <
typename RuleTagsT = Aws::Vector<Aws::String>>
118 m_ruleTagsHasBeenSet =
true;
119 m_ruleTags = std::forward<RuleTagsT>(value);
121 template <
typename RuleTagsT = Aws::Vector<Aws::String>>
126 template <
typename RuleTagsT = Aws::String>
128 m_ruleTagsHasBeenSet =
true;
129 m_ruleTags.emplace_back(std::forward<RuleTagsT>(value));
143 bool m_ruleIdHasBeenSet =
false;
144 bool m_ruleNameHasBeenSet =
false;
145 bool m_shortDescriptionHasBeenSet =
false;
146 bool m_longDescriptionHasBeenSet =
false;
147 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