7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/model/RuleGroupSourceStatelessRuleMatchAttributes.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ActionsT = Aws::Vector<Aws::String>>
52 void SetActions(ActionsT&& value) { m_actionsHasBeenSet =
true; m_actions = std::forward<ActionsT>(value); }
53 template<
typename ActionsT = Aws::Vector<Aws::String>>
55 template<
typename ActionsT = Aws::String>
66 template<
typename MatchAttributesT = RuleGroupSourceStatelessRuleMatchAttributes>
67 void SetMatchAttributes(MatchAttributesT&& value) { m_matchAttributesHasBeenSet =
true; m_matchAttributes = std::forward<MatchAttributesT>(value); }
68 template<
typename MatchAttributesT = RuleGroupSourceStatelessRuleMatchAttributes>
74 bool m_actionsHasBeenSet =
false;
77 bool m_matchAttributesHasBeenSet =
false;
RuleGroupSourceStatelessRuleDefinition & AddActions(ActionsT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API RuleGroupSourceStatelessRuleDefinition()=default
RuleGroupSourceStatelessRuleDefinition & WithActions(ActionsT &&value)
void SetMatchAttributes(MatchAttributesT &&value)
const Aws::Vector< Aws::String > & GetActions() const
bool ActionsHasBeenSet() const
AWS_SECURITYHUB_API RuleGroupSourceStatelessRuleDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleGroupSourceStatelessRuleDefinition & WithMatchAttributes(MatchAttributesT &&value)
void SetActions(ActionsT &&value)
bool MatchAttributesHasBeenSet() const
AWS_SECURITYHUB_API RuleGroupSourceStatelessRuleDefinition(Aws::Utils::Json::JsonView jsonValue)
const RuleGroupSourceStatelessRuleMatchAttributes & GetMatchAttributes() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue