7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService {
39 template <
typename ExpressionT = Aws::String>
41 m_expressionHasBeenSet =
true;
42 m_expression = std::forward<ExpressionT>(value);
44 template <
typename ExpressionT = Aws::String>
57 template <
typename ConfigurationAggregatorNameT = Aws::String>
59 m_configurationAggregatorNameHasBeenSet =
true;
60 m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value);
62 template <
typename ConfigurationAggregatorNameT = Aws::String>
73 inline int GetLimit()
const {
return m_limit; }
76 m_limitHasBeenSet =
true;
93 m_maxResultsHasBeenSet =
true;
109 template <
typename NextTokenT = Aws::String>
111 m_nextTokenHasBeenSet =
true;
112 m_nextToken = std::forward<NextTokenT>(value);
114 template <
typename NextTokenT = Aws::String>
130 bool m_expressionHasBeenSet =
false;
131 bool m_configurationAggregatorNameHasBeenSet =
false;
132 bool m_limitHasBeenSet =
false;
133 bool m_maxResultsHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool ExpressionHasBeenSet() const
SelectAggregateResourceConfigRequest & WithLimit(int value)
int GetMaxResults() const
bool LimitHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SelectAggregateResourceConfigRequest & WithExpression(ExpressionT &&value)
const Aws::String & GetExpression() const
SelectAggregateResourceConfigRequest & WithMaxResults(int value)
bool ConfigurationAggregatorNameHasBeenSet() const
SelectAggregateResourceConfigRequest & WithConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONFIGSERVICE_API SelectAggregateResourceConfigRequest()=default
void SetConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetConfigurationAggregatorName() const
void SetNextToken(NextTokenT &&value)
SelectAggregateResourceConfigRequest & WithNextToken(NextTokenT &&value)
void SetExpression(ExpressionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String