7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename QueryIdT = Aws::String>
44 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
45 template<
typename QueryIdT = Aws::String>
55 template<
typename QueryAliasT = Aws::String>
56 void SetQueryAlias(QueryAliasT&& value) { m_queryAliasHasBeenSet =
true; m_queryAlias = std::forward<QueryAliasT>(value); }
57 template<
typename QueryAliasT = Aws::String>
67 template<
typename RefreshIdT = Aws::String>
68 void SetRefreshId(RefreshIdT&& value) { m_refreshIdHasBeenSet =
true; m_refreshId = std::forward<RefreshIdT>(value); }
69 template<
typename RefreshIdT = Aws::String>
79 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
80 void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT&& value) { m_eventDataStoreOwnerAccountIdHasBeenSet =
true; m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value); }
81 template<
typename EventDataStoreOwnerAccountIdT = Aws::String>
87 bool m_queryIdHasBeenSet =
false;
90 bool m_queryAliasHasBeenSet =
false;
93 bool m_refreshIdHasBeenSet =
false;
96 bool m_eventDataStoreOwnerAccountIdHasBeenSet =
false;
const Aws::String & GetQueryAlias() const
bool QueryIdHasBeenSet() const
void SetRefreshId(RefreshIdT &&value)
void SetQueryId(QueryIdT &&value)
DescribeQueryRequest & WithEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
const Aws::String & GetEventDataStoreOwnerAccountId() const
bool QueryAliasHasBeenSet() const
DescribeQueryRequest & WithQueryId(QueryIdT &&value)
const Aws::String & GetQueryId() const
DescribeQueryRequest & WithQueryAlias(QueryAliasT &&value)
AWS_CLOUDTRAIL_API DescribeQueryRequest()=default
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RefreshIdHasBeenSet() const
DescribeQueryRequest & WithRefreshId(RefreshIdT &&value)
const Aws::String & GetRefreshId() const
bool EventDataStoreOwnerAccountIdHasBeenSet() const
void SetEventDataStoreOwnerAccountId(EventDataStoreOwnerAccountIdT &&value)
void SetQueryAlias(QueryAliasT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String