7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-query/TimestreamQueryRequest.h>
10#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
11#include <aws/timestream-query/model/QueryInsights.h>
16namespace TimestreamQuery {
41 template <
typename QueryStringT = Aws::String>
43 m_queryStringHasBeenSet =
true;
44 m_queryString = std::forward<QueryStringT>(value);
46 template <
typename QueryStringT = Aws::String>
74 template <
typename ClientTokenT = Aws::String>
76 m_clientTokenHasBeenSet =
true;
77 m_clientToken = std::forward<ClientTokenT>(value);
79 template <
typename ClientTokenT = Aws::String>
114 template <
typename NextTokenT = Aws::String>
116 m_nextTokenHasBeenSet =
true;
117 m_nextToken = std::forward<NextTokenT>(value);
119 template <
typename NextTokenT = Aws::String>
145 m_maxRowsHasBeenSet =
true;
163 template <
typename QueryInsightsT = QueryInsights>
165 m_queryInsightsHasBeenSet =
true;
166 m_queryInsights = std::forward<QueryInsightsT>(value);
168 template <
typename QueryInsightsT = QueryInsights>
183 QueryInsights m_queryInsights;
184 bool m_queryStringHasBeenSet =
false;
185 bool m_clientTokenHasBeenSet =
true;
186 bool m_nextTokenHasBeenSet =
false;
187 bool m_maxRowsHasBeenSet =
false;
188 bool m_queryInsightsHasBeenSet =
false;
void SetQueryInsights(QueryInsightsT &&value)
QueryRequest & WithClientToken(ClientTokenT &&value)
void SetNextToken(NextTokenT &&value)
QueryRequest & WithQueryString(QueryStringT &&value)
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
QueryRequest & WithNextToken(NextTokenT &&value)
bool QueryStringHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetQueryString(QueryStringT &&value)
void SetMaxRows(int value)
AWS_TIMESTREAMQUERY_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
bool MaxRowsHasBeenSet() const
bool QueryInsightsHasBeenSet() const
AWS_TIMESTREAMQUERY_API QueryRequest()=default
const Aws::String & GetNextToken() const
QueryRequest & WithMaxRows(int value)
const QueryInsights & GetQueryInsights() const
QueryRequest & WithQueryInsights(QueryInsightsT &&value)
AWS_TIMESTREAMQUERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetQueryString() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String