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 "DescribeConfigurationAggregators"; }
40 template <
typename ConfigurationAggregatorNamesT = Aws::Vector<Aws::String>>
42 m_configurationAggregatorNamesHasBeenSet =
true;
43 m_configurationAggregatorNames = std::forward<ConfigurationAggregatorNamesT>(value);
45 template <
typename ConfigurationAggregatorNamesT = Aws::Vector<Aws::String>>
50 template <
typename ConfigurationAggregatorNamesT = Aws::String>
52 m_configurationAggregatorNamesHasBeenSet =
true;
53 m_configurationAggregatorNames.emplace_back(std::forward<ConfigurationAggregatorNamesT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
82 inline int GetLimit()
const {
return m_limit; }
85 m_limitHasBeenSet =
true;
99 bool m_configurationAggregatorNamesHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 bool m_limitHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetConfigurationAggregatorNames() const
DescribeConfigurationAggregatorsRequest & WithNextToken(NextTokenT &&value)
void SetConfigurationAggregatorNames(ConfigurationAggregatorNamesT &&value)
bool ConfigurationAggregatorNamesHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeConfigurationAggregatorsRequest & AddConfigurationAggregatorNames(ConfigurationAggregatorNamesT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
DescribeConfigurationAggregatorsRequest & WithConfigurationAggregatorNames(ConfigurationAggregatorNamesT &&value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeConfigurationAggregatorsRequest & WithLimit(int value)
bool LimitHasBeenSet() const
AWS_CONFIGSERVICE_API DescribeConfigurationAggregatorsRequest()=default
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