7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename QueryStatementT = Aws::String>
41 void SetQueryStatement(QueryStatementT&& value) { m_queryStatementHasBeenSet =
true; m_queryStatement = std::forward<QueryStatementT>(value); }
42 template<
typename QueryStatementT = Aws::String>
53 template<
typename QueryAliasT = Aws::String>
54 void SetQueryAlias(QueryAliasT&& value) { m_queryAliasHasBeenSet =
true; m_queryAlias = std::forward<QueryAliasT>(value); }
55 template<
typename QueryAliasT = Aws::String>
64 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
65 void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT&& value) { m_eventDataStoreOwnerAccountIdHasBeenSet =
true; m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value); }
66 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_queryStatementHasBeenSet =
false;
84 bool m_queryAliasHasBeenSet =
false;
87 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
90 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