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 {
43 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
45 m_configRuleNamesHasBeenSet =
true;
46 m_configRuleNames = std::forward<ConfigRuleNamesT>(value);
48 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
53 template <
typename ConfigRuleNamesT = Aws::String>
55 m_configRuleNamesHasBeenSet =
true;
56 m_configRuleNames.emplace_back(std::forward<ConfigRuleNamesT>(value));
62 bool m_configRuleNamesHasBeenSet =
false;
StartConfigRulesEvaluationRequest & AddConfigRuleNames(ConfigRuleNamesT &&value)
const Aws::Vector< Aws::String > & GetConfigRuleNames() const
virtual const char * GetServiceRequestName() const override
bool ConfigRuleNamesHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
void SetConfigRuleNames(ConfigRuleNamesT &&value)
StartConfigRulesEvaluationRequest & WithConfigRuleNames(ConfigRuleNamesT &&value)
AWS_CONFIGSERVICE_API StartConfigRulesEvaluationRequest()=default
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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