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 QueryIdT = Aws::String>
37 m_queryIdHasBeenSet =
true;
38 m_queryId = std::forward<QueryIdT>(value);
40 template <
typename QueryIdT = Aws::String>
52 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
54 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
55 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
57 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_queryIdHasBeenSet =
false;
88 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetQueryId() const
AWS_CLOUDTRAIL_API StartQueryResult()=default
AWS_CLOUDTRAIL_API StartQueryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetQueryId(QueryIdT &&value)
StartQueryResult & WithRequestId(RequestIdT &&value)
StartQueryResult & WithEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
const Aws::String & GetEventDataStoreOwnerAccountId() const
StartQueryResult & WithQueryId(QueryIdT &&value)
AWS_CLOUDTRAIL_API StartQueryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue