7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
44 template<
typename ConfigRuleNameT = Aws::String>
45 void SetConfigRuleName(ConfigRuleNameT&& value) { m_configRuleNameHasBeenSet =
true; m_configRuleName = std::forward<ConfigRuleNameT>(value); }
46 template<
typename ConfigRuleNameT = Aws::String>
56 template<
typename ResourceTypeT = Aws::String>
57 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
58 template<
typename ResourceTypeT = Aws::String>
64 bool m_configRuleNameHasBeenSet =
false;
67 bool m_resourceTypeHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String