7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/PatchRule.h>
42 template <
typename PatchRulesT = Aws::Vector<PatchRule>>
44 m_patchRulesHasBeenSet =
true;
45 m_patchRules = std::forward<PatchRulesT>(value);
47 template <
typename PatchRulesT = Aws::Vector<PatchRule>>
52 template <
typename PatchRulesT = PatchRule>
54 m_patchRulesHasBeenSet =
true;
55 m_patchRules.emplace_back(std::forward<PatchRulesT>(value));
61 bool m_patchRulesHasBeenSet =
false;
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
PatchRuleGroup & WithPatchRules(PatchRulesT &&value)
bool PatchRulesHasBeenSet() const
AWS_SSM_API PatchRuleGroup()=default
PatchRuleGroup & AddPatchRules(PatchRulesT &&value)
void SetPatchRules(PatchRulesT &&value)
const Aws::Vector< PatchRule > & GetPatchRules() const
AWS_SSM_API PatchRuleGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API PatchRuleGroup(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue