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
47 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
48 void SetConfigRuleNames(ConfigRuleNamesT&& value) { m_configRuleNamesHasBeenSet =
true; m_configRuleNames = std::forward<ConfigRuleNamesT>(value); }
49 template<
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
51 template<
typename ConfigRuleNamesT = Aws::String>
57 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