7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename QueryIdT = Aws::String>
41 m_queryIdHasBeenSet =
true;
42 m_queryId = std::forward<QueryIdT>(value);
44 template <
typename QueryIdT = Aws::String>
57 template <
typename QueryAliasT = Aws::String>
59 m_queryAliasHasBeenSet =
true;
60 m_queryAlias = std::forward<QueryAliasT>(value);
62 template <
typename QueryAliasT = Aws::String>
75 template <
typename RefreshIdT = Aws::String>
77 m_refreshIdHasBeenSet =
true;
78 m_refreshId = std::forward<RefreshIdT>(value);
80 template <
typename RefreshIdT = Aws::String>
93 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
95 m_eventDataStoreOwnerAccountIdHasBeenSet =
true;
96 m_eventDataStoreOwnerAccountId = std::forward<EventDataStoreOwnerAccountIdT>(value);
98 template <
typename EventDataStoreOwnerAccountIdT = Aws::String>
112 bool m_queryIdHasBeenSet =
false;
113 bool m_queryAliasHasBeenSet =
false;
114 bool m_refreshIdHasBeenSet =
false;
115 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