7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/config/model/MaximumExecutionFrequency.h>
11#include <aws/config/model/OrganizationConfigRuleTriggerTypeNoSN.h>
24namespace ConfigService
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
75 template<
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerTypeNoSN>>
76 void SetOrganizationConfigRuleTriggerTypes(OrganizationConfigRuleTriggerTypesT&& value) { m_organizationConfigRuleTriggerTypesHasBeenSet =
true; m_organizationConfigRuleTriggerTypes = std::forward<OrganizationConfigRuleTriggerTypesT>(value); }
77 template<
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerTypeNoSN>>
89 template<
typename InputParametersT = Aws::String>
90 void SetInputParameters(InputParametersT&& value) { m_inputParametersHasBeenSet =
true; m_inputParameters = std::forward<InputParametersT>(value); }
91 template<
typename InputParametersT = Aws::String>
113 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
114 void SetResourceTypesScope(ResourceTypesScopeT&& value) { m_resourceTypesScopeHasBeenSet =
true; m_resourceTypesScope = std::forward<ResourceTypesScopeT>(value); }
115 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
117 template<
typename ResourceTypesScopeT = Aws::String>
127 template<
typename ResourceIdScopeT = Aws::String>
128 void SetResourceIdScope(ResourceIdScopeT&& value) { m_resourceIdScopeHasBeenSet =
true; m_resourceIdScope = std::forward<ResourceIdScopeT>(value); }
129 template<
typename ResourceIdScopeT = Aws::String>
140 template<
typename TagKeyScopeT = Aws::String>
141 void SetTagKeyScope(TagKeyScopeT&& value) { m_tagKeyScopeHasBeenSet =
true; m_tagKeyScope = std::forward<TagKeyScopeT>(value); }
142 template<
typename TagKeyScopeT = Aws::String>
153 template<
typename TagValueScopeT = Aws::String>
154 void SetTagValueScope(TagValueScopeT&& value) { m_tagValueScopeHasBeenSet =
true; m_tagValueScope = std::forward<TagValueScopeT>(value); }
155 template<
typename TagValueScopeT = Aws::String>
169 template<
typename PolicyRuntimeT = Aws::String>
170 void SetPolicyRuntime(PolicyRuntimeT&& value) { m_policyRuntimeHasBeenSet =
true; m_policyRuntime = std::forward<PolicyRuntimeT>(value); }
171 template<
typename PolicyRuntimeT = Aws::String>
182 template<
typename PolicyTextT = Aws::String>
183 void SetPolicyText(PolicyTextT&& value) { m_policyTextHasBeenSet =
true; m_policyText = std::forward<PolicyTextT>(value); }
184 template<
typename PolicyTextT = Aws::String>
196 template<
typename DebugLogDeliveryAccountsT = Aws::Vector<Aws::String>>
197 void SetDebugLogDeliveryAccounts(DebugLogDeliveryAccountsT&& value) { m_debugLogDeliveryAccountsHasBeenSet =
true; m_debugLogDeliveryAccounts = std::forward<DebugLogDeliveryAccountsT>(value); }
198 template<
typename DebugLogDeliveryAccountsT = Aws::Vector<Aws::String>>
200 template<
typename DebugLogDeliveryAccountsT = Aws::String>
206 bool m_descriptionHasBeenSet =
false;
209 bool m_organizationConfigRuleTriggerTypesHasBeenSet =
false;
212 bool m_inputParametersHasBeenSet =
false;
215 bool m_maximumExecutionFrequencyHasBeenSet =
false;
218 bool m_resourceTypesScopeHasBeenSet =
false;
221 bool m_resourceIdScopeHasBeenSet =
false;
224 bool m_tagKeyScopeHasBeenSet =
false;
227 bool m_tagValueScopeHasBeenSet =
false;
230 bool m_policyRuntimeHasBeenSet =
false;
233 bool m_policyTextHasBeenSet =
false;
236 bool m_debugLogDeliveryAccountsHasBeenSet =
false;
MaximumExecutionFrequency
OrganizationConfigRuleTriggerTypeNoSN
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue