AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ScheduledQueryInsights.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/ScheduledQueryInsightsMode.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TimestreamQuery
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TIMESTREAMQUERY_API ScheduledQueryInsights() = default;
38 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline ScheduledQueryInsightsMode GetMode() const { return m_mode; }
53 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
54 inline void SetMode(ScheduledQueryInsightsMode value) { m_modeHasBeenSet = true; m_mode = value; }
55 inline ScheduledQueryInsights& WithMode(ScheduledQueryInsightsMode value) { SetMode(value); return *this;}
57 private:
58
60 bool m_modeHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace TimestreamQuery
65} // namespace Aws
ScheduledQueryInsights & WithMode(ScheduledQueryInsightsMode value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API ScheduledQueryInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ScheduledQueryInsights(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ScheduledQueryInsights()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue