7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/model/PatchRule.h>
48 template<
typename PatchRulesT = Aws::Vector<PatchRule>>
49 void SetPatchRules(PatchRulesT&& value) { m_patchRulesHasBeenSet =
true; m_patchRules = std::forward<PatchRulesT>(value); }
50 template<
typename PatchRulesT = Aws::Vector<PatchRule>>
52 template<
typename PatchRulesT = PatchRule>
53 PatchRuleGroup&
AddPatchRules(PatchRulesT&& value) { m_patchRulesHasBeenSet =
true; m_patchRules.emplace_back(std::forward<PatchRulesT>(value));
return *
this; }
58 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