7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeRemediationConfigurations"; }
45 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
46 void SetConfigRuleNames(ConfigRuleNamesT&& value) { m_configRuleNamesHasBeenSet =
true; m_configRuleNames = std::forward<ConfigRuleNamesT>(value); }
47 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
49 template<
typename ConfigRuleNamesT = Aws::String>
55 bool m_configRuleNamesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector