7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ConfigService {
28 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeRemediationConfigurations"; }
41 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
43 m_configRuleNamesHasBeenSet =
true;
44 m_configRuleNames = std::forward<ConfigRuleNamesT>(value);
46 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
51 template <
typename ConfigRuleNamesT = Aws::String>
53 m_configRuleNamesHasBeenSet =
true;
54 m_configRuleNames.emplace_back(std::forward<ConfigRuleNamesT>(value));
60 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