7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/timestream-query/TimestreamQueryRequest.h>
11#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
12#include <aws/timestream-query/model/ScheduledQueryInsights.h>
17namespace TimestreamQuery {
42 template <
typename ScheduledQueryArnT = Aws::String>
44 m_scheduledQueryArnHasBeenSet =
true;
45 m_scheduledQueryArn = std::forward<ScheduledQueryArnT>(value);
47 template <
typename ScheduledQueryArnT = Aws::String>
61 template <
typename InvocationTimeT = Aws::Utils::DateTime>
63 m_invocationTimeHasBeenSet =
true;
64 m_invocationTime = std::forward<InvocationTimeT>(value);
66 template <
typename InvocationTimeT = Aws::Utils::DateTime>
79 template <
typename ClientTokenT = Aws::String>
81 m_clientTokenHasBeenSet =
true;
82 m_clientToken = std::forward<ClientTokenT>(value);
84 template <
typename ClientTokenT = Aws::String>
100 template <
typename QueryInsightsT = ScheduledQueryInsights>
102 m_queryInsightsHasBeenSet =
true;
103 m_queryInsights = std::forward<QueryInsightsT>(value);
105 template <
typename QueryInsightsT = ScheduledQueryInsights>
118 ScheduledQueryInsights m_queryInsights;
119 bool m_scheduledQueryArnHasBeenSet =
false;
120 bool m_invocationTimeHasBeenSet =
false;
121 bool m_clientTokenHasBeenSet =
true;
122 bool m_queryInsightsHasBeenSet =
false;
const Aws::String & GetScheduledQueryArn() const
const Aws::String & GetClientToken() const
const ScheduledQueryInsights & GetQueryInsights() const
void SetInvocationTime(InvocationTimeT &&value)
void SetClientToken(ClientTokenT &&value)
ExecuteScheduledQueryRequest & WithInvocationTime(InvocationTimeT &&value)
ExecuteScheduledQueryRequest & WithScheduledQueryArn(ScheduledQueryArnT &&value)
ExecuteScheduledQueryRequest & WithQueryInsights(QueryInsightsT &&value)
AWS_TIMESTREAMQUERY_API Aws::String SerializePayload() const override
bool QueryInsightsHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ScheduledQueryArnHasBeenSet() const
bool ClientTokenHasBeenSet() const
ExecuteScheduledQueryRequest & WithClientToken(ClientTokenT &&value)
AWS_TIMESTREAMQUERY_API ExecuteScheduledQueryRequest()=default
virtual const char * GetServiceRequestName() const override
void SetQueryInsights(QueryInsightsT &&value)
void SetScheduledQueryArn(ScheduledQueryArnT &&value)
bool InvocationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetInvocationTime() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String