7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConformancePackComplianceType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace ConfigService
50 template<
typename ConfigRuleNameT = Aws::String>
51 void SetConfigRuleName(ConfigRuleNameT&& value) { m_configRuleNameHasBeenSet =
true; m_configRuleName = std::forward<ConfigRuleNameT>(value); }
52 template<
typename ConfigRuleNameT = Aws::String>
74 template<
typename ControlsT = Aws::Vector<Aws::String>>
75 void SetControls(ControlsT&& value) { m_controlsHasBeenSet =
true; m_controls = std::forward<ControlsT>(value); }
76 template<
typename ControlsT = Aws::Vector<Aws::String>>
78 template<
typename ControlsT = Aws::String>
84 bool m_configRuleNameHasBeenSet =
false;
87 bool m_complianceTypeHasBeenSet =
false;
90 bool m_controlsHasBeenSet =
false;
ConformancePackComplianceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue