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
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeConfigurationAggregators"; }
44 template<
typename ConfigurationAggregatorNamesT = Aws::Vector<Aws::String>>
45 void SetConfigurationAggregatorNames(ConfigurationAggregatorNamesT&& value) { m_configurationAggregatorNamesHasBeenSet =
true; m_configurationAggregatorNames = std::forward<ConfigurationAggregatorNamesT>(value); }
46 template<
typename ConfigurationAggregatorNamesT = Aws::Vector<Aws::String>>
48 template<
typename ConfigurationAggregatorNamesT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
70 inline int GetLimit()
const {
return m_limit; }
72 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
78 bool m_configurationAggregatorNamesHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 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