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>
53 inline int GetLimit()
const {
return m_limit; }
55 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
74 bool m_expressionHasBeenSet =
false;
77 bool m_limitHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
SelectResourceConfigRequest & WithExpression(ExpressionT &&value)
SelectResourceConfigRequest & WithLimit(int value)
AWS_CONFIGSERVICE_API SelectResourceConfigRequest()=default
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
void SetExpression(ExpressionT &&value)
bool ExpressionHasBeenSet() const
SelectResourceConfigRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetExpression() const
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String