7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
42 template<
typename QueryStatementT = Aws::String>
43 void SetQueryStatement(QueryStatementT&& value) { m_queryStatementHasBeenSet =
true; m_queryStatement = std::forward<QueryStatementT>(value); }
44 template<
typename QueryStatementT = Aws::String>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
66 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 template<
typename ClientTokenT = Aws::String>
79 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
80 template<
typename ClientTokenT = Aws::String>
86 bool m_queryStatementHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 bool m_clientTokenHasBeenSet =
true;
AWS_IOTSITEWISE_API ExecuteQueryRequest()=default
bool MaxResultsHasBeenSet() const
bool QueryStatementHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetQueryStatement(QueryStatementT &&value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
ExecuteQueryRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool NextTokenHasBeenSet() const
ExecuteQueryRequest & WithMaxResults(int value)
const Aws::String & GetClientToken() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
const Aws::String & GetQueryStatement() const
ExecuteQueryRequest & WithNextToken(NextTokenT &&value)
void SetClientToken(ClientTokenT &&value)
ExecuteQueryRequest & WithQueryStatement(QueryStatementT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String