/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A set of rules defining the approval rules for a patch
* baseline.See Also:
AWS
* API Reference
The rules that make up the rule group.
*/ inline const Aws::VectorThe rules that make up the rule group.
*/ inline bool PatchRulesHasBeenSet() const { return m_patchRulesHasBeenSet; } /** *The rules that make up the rule group.
*/ inline void SetPatchRules(const Aws::VectorThe rules that make up the rule group.
*/ inline void SetPatchRules(Aws::VectorThe rules that make up the rule group.
*/ inline PatchRuleGroup& WithPatchRules(const Aws::VectorThe rules that make up the rule group.
*/ inline PatchRuleGroup& WithPatchRules(Aws::VectorThe rules that make up the rule group.
*/ inline PatchRuleGroup& AddPatchRules(const PatchRule& value) { m_patchRulesHasBeenSet = true; m_patchRules.push_back(value); return *this; } /** *The rules that make up the rule group.
*/ inline PatchRuleGroup& AddPatchRules(PatchRule&& value) { m_patchRulesHasBeenSet = true; m_patchRules.push_back(std::move(value)); return *this; } private: Aws::Vector