7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename QueryIdT = Aws::String>
44 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
45 template<
typename QueryIdT = Aws::String>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 inline void SetMaxQueryResults(
int value) { m_maxQueryResultsHasBeenSet =
true; m_maxQueryResults = value; }
77 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
78 void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT&& value) { m_eventDataStoreOwnerAccountIdHasBeenSet =
true; m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value); }
79 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
85 bool m_queryIdHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
90 int m_maxQueryResults{0};
91 bool m_maxQueryResultsHasBeenSet =
false;
94 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