7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/config/model/DescribeConfigRulesFilters.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConfigService {
45 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
47 m_configRuleNamesHasBeenSet =
true;
48 m_configRuleNames = std::forward<ConfigRuleNamesT>(value);
50 template <
typename ConfigRuleNamesT = Aws::Vector<Aws::String>>
55 template <
typename ConfigRuleNamesT = Aws::String>
57 m_configRuleNamesHasBeenSet =
true;
58 m_configRuleNames.emplace_back(std::forward<ConfigRuleNamesT>(value));
70 template <
typename NextTokenT = Aws::String>
72 m_nextTokenHasBeenSet =
true;
73 m_nextToken = std::forward<NextTokenT>(value);
75 template <
typename NextTokenT = Aws::String>
92 template <
typename FiltersT = DescribeConfigRulesFilters>
94 m_filtersHasBeenSet =
true;
95 m_filters = std::forward<FiltersT>(value);
97 template <
typename FiltersT = DescribeConfigRulesFilters>
109 bool m_configRuleNamesHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
111 bool m_filtersHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeConfigRulesRequest & WithNextToken(NextTokenT &&value)
bool FiltersHasBeenSet() const
DescribeConfigRulesRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
bool NextTokenHasBeenSet() const
bool ConfigRuleNamesHasBeenSet() const
const DescribeConfigRulesFilters & GetFilters() const
void SetConfigRuleNames(ConfigRuleNamesT &&value)
DescribeConfigRulesRequest & AddConfigRuleNames(ConfigRuleNamesT &&value)
const Aws::String & GetNextToken() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetConfigRuleNames() const
AWS_CONFIGSERVICE_API DescribeConfigRulesRequest()=default
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
DescribeConfigRulesRequest & WithConfigRuleNames(ConfigRuleNamesT &&value)
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