7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/MaximumExecutionFrequency.h>
9#include <aws/config/model/OrganizationConfigRuleTriggerType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ConfigService {
48 template <
typename DescriptionT = Aws::String>
50 m_descriptionHasBeenSet =
true;
51 m_description = std::forward<DescriptionT>(value);
53 template <
typename DescriptionT = Aws::String>
66 template <
typename LambdaFunctionArnT = Aws::String>
68 m_lambdaFunctionArnHasBeenSet =
true;
69 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
71 template <
typename LambdaFunctionArnT = Aws::String>
92 return m_organizationConfigRuleTriggerTypes;
95 template <
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerType>>
97 m_organizationConfigRuleTriggerTypesHasBeenSet =
true;
98 m_organizationConfigRuleTriggerTypes = std::forward<OrganizationConfigRuleTriggerTypesT>(value);
100 template <
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerType>>
106 m_organizationConfigRuleTriggerTypesHasBeenSet =
true;
107 m_organizationConfigRuleTriggerTypes.push_back(value);
119 template <
typename InputParametersT = Aws::String>
121 m_inputParametersHasBeenSet =
true;
122 m_inputParameters = std::forward<InputParametersT>(value);
124 template <
typename InputParametersT = Aws::String>
143 m_maximumExecutionFrequencyHasBeenSet =
true;
144 m_maximumExecutionFrequency = value;
158 template <
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
160 m_resourceTypesScopeHasBeenSet =
true;
161 m_resourceTypesScope = std::forward<ResourceTypesScopeT>(value);
163 template <
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
168 template <
typename ResourceTypesScopeT = Aws::String>
170 m_resourceTypesScopeHasBeenSet =
true;
171 m_resourceTypesScope.emplace_back(std::forward<ResourceTypesScopeT>(value));
182 template <
typename ResourceIdScopeT = Aws::String>
184 m_resourceIdScopeHasBeenSet =
true;
185 m_resourceIdScope = std::forward<ResourceIdScopeT>(value);
187 template <
typename ResourceIdScopeT = Aws::String>
201 template <
typename TagKeyScopeT = Aws::String>
203 m_tagKeyScopeHasBeenSet =
true;
204 m_tagKeyScope = std::forward<TagKeyScopeT>(value);
206 template <
typename TagKeyScopeT = Aws::String>
220 template <
typename TagValueScopeT = Aws::String>
222 m_tagValueScopeHasBeenSet =
true;
223 m_tagValueScope = std::forward<TagValueScopeT>(value);
225 template <
typename TagValueScopeT = Aws::String>
249 bool m_descriptionHasBeenSet =
false;
250 bool m_lambdaFunctionArnHasBeenSet =
false;
251 bool m_organizationConfigRuleTriggerTypesHasBeenSet =
false;
252 bool m_inputParametersHasBeenSet =
false;
253 bool m_maximumExecutionFrequencyHasBeenSet =
false;
254 bool m_resourceTypesScopeHasBeenSet =
false;
255 bool m_resourceIdScopeHasBeenSet =
false;
256 bool m_tagKeyScopeHasBeenSet =
false;
257 bool m_tagValueScopeHasBeenSet =
false;
MaximumExecutionFrequency
OrganizationConfigRuleTriggerType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue