7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sdb/SimpleDBRequest.h>
9#include <aws/sdb/SimpleDB_EXPORTS.h>
41 template <
typename SelectExpressionT = Aws::String>
43 m_selectExpressionHasBeenSet =
true;
44 m_selectExpression = std::forward<SelectExpressionT>(value);
46 template <
typename SelectExpressionT = Aws::String>
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
82 m_consistentReadHasBeenSet =
true;
83 m_consistentRead = value;
95 bool m_consistentRead{
false};
96 bool m_selectExpressionHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_consistentReadHasBeenSet =
false;
SelectRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
SelectRequest & WithConsistentRead(bool value)
AWS_SIMPLEDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetSelectExpression() const
const Aws::String & GetNextToken() const
SelectRequest & WithSelectExpression(SelectExpressionT &&value)
bool ConsistentReadHasBeenSet() const
void SetSelectExpression(SelectExpressionT &&value)
bool GetConsistentRead() const
bool SelectExpressionHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetConsistentRead(bool value)
AWS_SIMPLEDB_API SelectRequest()=default
AWS_SIMPLEDB_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String