7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename QueryIdT = Aws::String>
45 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
46 template<
typename QueryIdT = Aws::String>
56 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
57 void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT&& value) { m_eventDataStoreOwnerAccountIdHasBeenSet =
true; m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value); }
58 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
64 bool m_queryIdHasBeenSet =
false;
67 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