7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename QueryStatementT = Aws::String>
37 m_queryStatementHasBeenSet =
true;
38 m_queryStatement = std::forward<QueryStatementT>(value);
40 template <
typename QueryStatementT = Aws::String>
54 template <
typename QueryAliasT = Aws::String>
56 m_queryAliasHasBeenSet =
true;
57 m_queryAlias = std::forward<QueryAliasT>(value);
59 template <
typename QueryAliasT = Aws::String>
71 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
73 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
74 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
76 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_queryStatementHasBeenSet =
false;
109 bool m_queryAliasHasBeenSet =
false;
110 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetQueryStatement() const
AWS_CLOUDTRAIL_API GenerateQueryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLOUDTRAIL_API GenerateQueryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetQueryAlias() const
void SetRequestId(RequestIdT &&value)
void SetQueryStatement(QueryStatementT &&value)
GenerateQueryResult & WithRequestId(RequestIdT &&value)
GenerateQueryResult & WithQueryStatement(QueryStatementT &&value)
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
void SetQueryAlias(QueryAliasT &&value)
GenerateQueryResult & WithQueryAlias(QueryAliasT &&value)
AWS_CLOUDTRAIL_API GenerateQueryResult()=default
const Aws::String & GetEventDataStoreOwnerAccountId() const
GenerateQueryResult & WithEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue