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>
55 inline int GetLimit()
const {
return m_limit; }
58 m_limitHasBeenSet =
true;
74 template <
typename NextTokenT = Aws::String>
76 m_nextTokenHasBeenSet =
true;
77 m_nextToken = std::forward<NextTokenT>(value);
79 template <
typename NextTokenT = Aws::String>
91 bool m_expressionHasBeenSet =
false;
92 bool m_limitHasBeenSet =
false;
93 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