7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService {
40 template <
typename ConfigRuleNameT = Aws::String>
42 m_configRuleNameHasBeenSet =
true;
43 m_configRuleName = std::forward<ConfigRuleNameT>(value);
45 template <
typename ConfigRuleNameT = Aws::String>
58 template <
typename ResourceTypeT = Aws::String>
60 m_resourceTypeHasBeenSet =
true;
61 m_resourceType = std::forward<ResourceTypeT>(value);
63 template <
typename ResourceTypeT = Aws::String>
73 bool m_configRuleNameHasBeenSet =
false;
74 bool m_resourceTypeHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String