7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/RuleStatus.h>
44 template <
typename RuleArnT = Aws::String>
46 m_ruleArnHasBeenSet =
true;
47 m_ruleArn = std::forward<RuleArnT>(value);
49 template <
typename RuleArnT = Aws::String>
68 m_ruleStatusHasBeenSet =
true;
86 m_ruleOrderHasBeenSet =
true;
101 template <
typename RuleNameT = Aws::String>
103 m_ruleNameHasBeenSet =
true;
104 m_ruleName = std::forward<RuleNameT>(value);
106 template <
typename RuleNameT = Aws::String>
119 template <
typename DescriptionT = Aws::String>
121 m_descriptionHasBeenSet =
true;
122 m_description = std::forward<DescriptionT>(value);
124 template <
typename DescriptionT = Aws::String>
143 m_isTerminalHasBeenSet =
true;
144 m_isTerminal = value;
161 template <
typename CreatedAtT = Aws::Utils::DateTime>
163 m_createdAtHasBeenSet =
true;
164 m_createdAt = std::forward<CreatedAtT>(value);
166 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename UpdatedAtT = Aws::Utils::DateTime>
184 m_updatedAtHasBeenSet =
true;
185 m_updatedAt = std::forward<UpdatedAtT>(value);
187 template <
typename UpdatedAtT = Aws::Utils::DateTime>
200 template <
typename CreatedByT = Aws::String>
202 m_createdByHasBeenSet =
true;
203 m_createdBy = std::forward<CreatedByT>(value);
205 template <
typename CreatedByT = Aws::String>
222 bool m_isTerminal{
false};
229 bool m_ruleArnHasBeenSet =
false;
230 bool m_ruleStatusHasBeenSet =
false;
231 bool m_ruleOrderHasBeenSet =
false;
232 bool m_ruleNameHasBeenSet =
false;
233 bool m_descriptionHasBeenSet =
false;
234 bool m_isTerminalHasBeenSet =
false;
235 bool m_createdAtHasBeenSet =
false;
236 bool m_updatedAtHasBeenSet =
false;
237 bool m_createdByHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue