7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/TimestreamQueryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/timestream-query/model/ScheduledQueryInsights.h>
13#include <aws/core/utils/UUID.h>
17namespace TimestreamQuery
46 template<
typename ScheduledQueryArnT = Aws::String>
48 template<
typename ScheduledQueryArnT = Aws::String>
59 template<
typename InvocationTimeT = Aws::Utils::DateTime>
61 template<
typename InvocationTimeT = Aws::Utils::DateTime>
71 template<
typename ClientTokenT = Aws::String>
73 template<
typename ClientTokenT = Aws::String>
86 template<
typename QueryInsightsT = ScheduledQueryInsights>
88 template<
typename QueryInsightsT = ScheduledQueryInsights>
94 bool m_scheduledQueryArnHasBeenSet =
false;
97 bool m_invocationTimeHasBeenSet =
false;
100 bool m_clientTokenHasBeenSet =
true;
102 ScheduledQueryInsights m_queryInsights;
103 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