7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename QueryStatementT = Aws::String>
36 m_queryStatementHasBeenSet =
true;
37 m_queryStatement = std::forward<QueryStatementT>(value);
39 template <
typename QueryStatementT = Aws::String>
53 template <
typename QueryAliasT = Aws::String>
55 m_queryAliasHasBeenSet =
true;
56 m_queryAlias = std::forward<QueryAliasT>(value);
58 template <
typename QueryAliasT = Aws::String>
70 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
72 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
73 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
75 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
104 bool m_queryStatementHasBeenSet =
false;
105 bool m_queryAliasHasBeenSet =
false;
106 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
107 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)
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