7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename QueryIdT = Aws::String>
42 m_queryIdHasBeenSet =
true;
43 m_queryId = std::forward<QueryIdT>(value);
45 template <
typename QueryIdT = Aws::String>
58 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
60 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
61 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
63 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
73 bool m_queryIdHasBeenSet =
false;
74 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
const Aws::String & GetEventDataStoreOwnerAccountId() const
CancelQueryRequest & WithEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
const Aws::String & GetQueryId() const
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
AWS_CLOUDTRAIL_API CancelQueryRequest()=default
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
bool QueryIdHasBeenSet() const
bool EventDataStoreOwnerAccountIdHasBeenSet() const
CancelQueryRequest & WithQueryId(QueryIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetQueryId(QueryIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String