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 QueryIdT = Aws::String>
36 m_queryIdHasBeenSet =
true;
37 m_queryId = std::forward<QueryIdT>(value);
39 template <
typename QueryIdT = Aws::String>
51 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
53 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
54 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
56 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_queryIdHasBeenSet =
false;
84 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
85 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)
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue