7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/MaximumExecutionFrequency.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace ConfigService
51 template<
typename DescriptionT = Aws::String>
52 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
53 template<
typename DescriptionT = Aws::String>
67 template<
typename RuleIdentifierT = Aws::String>
68 void SetRuleIdentifier(RuleIdentifierT&& value) { m_ruleIdentifierHasBeenSet =
true; m_ruleIdentifier = std::forward<RuleIdentifierT>(value); }
69 template<
typename RuleIdentifierT = Aws::String>
80 template<
typename InputParametersT = Aws::String>
81 void SetInputParameters(InputParametersT&& value) { m_inputParametersHasBeenSet =
true; m_inputParameters = std::forward<InputParametersT>(value); }
82 template<
typename InputParametersT = Aws::String>
106 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
107 void SetResourceTypesScope(ResourceTypesScopeT&& value) { m_resourceTypesScopeHasBeenSet =
true; m_resourceTypesScope = std::forward<ResourceTypesScopeT>(value); }
108 template<
typename ResourceTypesScopeT = Aws::Vector<Aws::String>>
110 template<
typename ResourceTypesScopeT = Aws::String>
120 template<
typename ResourceIdScopeT = Aws::String>
121 void SetResourceIdScope(ResourceIdScopeT&& value) { m_resourceIdScopeHasBeenSet =
true; m_resourceIdScope = std::forward<ResourceIdScopeT>(value); }
122 template<
typename ResourceIdScopeT = Aws::String>
133 template<
typename TagKeyScopeT = Aws::String>
134 void SetTagKeyScope(TagKeyScopeT&& value) { m_tagKeyScopeHasBeenSet =
true; m_tagKeyScope = std::forward<TagKeyScopeT>(value); }
135 template<
typename TagKeyScopeT = Aws::String>
146 template<
typename TagValueScopeT = Aws::String>
147 void SetTagValueScope(TagValueScopeT&& value) { m_tagValueScopeHasBeenSet =
true; m_tagValueScope = std::forward<TagValueScopeT>(value); }
148 template<
typename TagValueScopeT = Aws::String>
154 bool m_descriptionHasBeenSet =
false;
157 bool m_ruleIdentifierHasBeenSet =
false;
160 bool m_inputParametersHasBeenSet =
false;
163 bool m_maximumExecutionFrequencyHasBeenSet =
false;
166 bool m_resourceTypesScopeHasBeenSet =
false;
169 bool m_resourceIdScopeHasBeenSet =
false;
172 bool m_tagKeyScopeHasBeenSet =
false;
175 bool m_tagValueScopeHasBeenSet =
false;
MaximumExecutionFrequency
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue