7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename QueryIdT = Aws::String>
41 m_queryIdHasBeenSet =
true;
42 m_queryId = std::forward<QueryIdT>(value);
44 template <
typename QueryIdT = Aws::String>
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 m_maxQueryResultsHasBeenSet =
true;
77 m_maxQueryResults = value;
91 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
93 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
94 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
96 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
107 int m_maxQueryResults{0};
110 bool m_queryIdHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
112 bool m_maxQueryResultsHasBeenSet =
false;
113 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetQueryId() const
void SetQueryId(QueryIdT &&value)
int GetMaxQueryResults() const
GetQueryResultsRequest & WithNextToken(NextTokenT &&value)
GetQueryResultsRequest & WithEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
bool MaxQueryResultsHasBeenSet() const
AWS_CLOUDTRAIL_API GetQueryResultsRequest()=default
bool EventDataStoreOwnerAccountIdHasBeenSet() const
bool QueryIdHasBeenSet() const
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetQueryResultsRequest & WithQueryId(QueryIdT &&value)
const Aws::String & GetNextToken() const
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetMaxQueryResults(int value)
GetQueryResultsRequest & WithMaxQueryResults(int value)
const Aws::String & GetEventDataStoreOwnerAccountId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String