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/OrganizationConfigRuleTriggerType.h>
24namespace ConfigService
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename LambdaFunctionArnT = Aws::String>
67 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
68 template<
typename LambdaFunctionArnT = Aws::String>
87 template<
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerType>>
88 void SetOrganizationConfigRuleTriggerTypes(OrganizationConfigRuleTriggerTypesT&& value) { m_organizationConfigRuleTriggerTypesHasBeenSet =
true; m_organizationConfigRuleTriggerTypes = std::forward<OrganizationConfigRuleTriggerTypesT>(value); }
89 template<
typename OrganizationConfigRuleTriggerTypesT = Aws::Vector<OrganizationConfigRuleTriggerType>>
101 template<
typename InputParametersT = Aws::String>
102 void SetInputParameters(InputParametersT&& value) { m_inputParametersHasBeenSet =
true; m_inputParameters = std::forward<InputParametersT>(value); }
103 template<
typename InputParametersT = Aws::String>
128 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
129 void SetResourceTypesScope(ResourceTypesScopeT&& value) { m_resourceTypesScopeHasBeenSet =
true; m_resourceTypesScope = std::forward<ResourceTypesScopeT>(value); }
130 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
132 template<
typename ResourceTypesScopeT = Aws::String>
142 template<
typename ResourceIdScopeT = Aws::String>
143 void SetResourceIdScope(ResourceIdScopeT&& value) { m_resourceIdScopeHasBeenSet =
true; m_resourceIdScope = std::forward<ResourceIdScopeT>(value); }
144 template<
typename ResourceIdScopeT = Aws::String>
155 template<
typename TagKeyScopeT = Aws::String>
156 void SetTagKeyScope(TagKeyScopeT&& value) { m_tagKeyScopeHasBeenSet =
true; m_tagKeyScope = std::forward<TagKeyScopeT>(value); }
157 template<
typename TagKeyScopeT = Aws::String>
168 template<
typename TagValueScopeT = Aws::String>
169 void SetTagValueScope(TagValueScopeT&& value) { m_tagValueScopeHasBeenSet =
true; m_tagValueScope = std::forward<TagValueScopeT>(value); }
170 template<
typename TagValueScopeT = Aws::String>
176 bool m_descriptionHasBeenSet =
false;
179 bool m_lambdaFunctionArnHasBeenSet =
false;
182 bool m_organizationConfigRuleTriggerTypesHasBeenSet =
false;
185 bool m_inputParametersHasBeenSet =
false;
188 bool m_maximumExecutionFrequencyHasBeenSet =
false;
191 bool m_resourceTypesScopeHasBeenSet =
false;
194 bool m_resourceIdScopeHasBeenSet =
false;
197 bool m_tagKeyScopeHasBeenSet =
false;
200 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