7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
43 template<
typename ExpressionT = Aws::String>
44 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
45 template<
typename ExpressionT = Aws::String>
55 template<
typename ConfigurationAggregatorNameT = Aws::String>
56 void SetConfigurationAggregatorName(ConfigurationAggregatorNameT&& value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value); }
57 template<
typename ConfigurationAggregatorNameT = Aws::String>
65 inline int GetLimit()
const {
return m_limit; }
67 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 template<
typename NextTokenT = Aws::String>
90 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
91 template<
typename NextTokenT = Aws::String>
97 bool m_expressionHasBeenSet =
false;
100 bool m_configurationAggregatorNameHasBeenSet =
false;
103 bool m_limitHasBeenSet =
false;
106 bool m_maxResultsHasBeenSet =
false;
109 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