7#include <aws/sdb/SimpleDB_EXPORTS.h>
8#include <aws/sdb/SimpleDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename SelectExpressionT = Aws::String>
46 void SetSelectExpression(SelectExpressionT&& value) { m_selectExpressionHasBeenSet =
true; m_selectExpression = std::forward<SelectExpressionT>(value); }
47 template<
typename SelectExpressionT = Aws::String>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
73 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
79 bool m_selectExpressionHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
84 bool m_consistentRead{
false};
85 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