AWS SDK for C++

AWS SDK for C++ Version 1.11.718

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TimestreamQuery {
20namespace Model {
21
29 public:
30 AWS_TIMESTREAMQUERY_API ScheduledQueryInsights() = default;
33 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
46 inline ScheduledQueryInsightsMode GetMode() const { return m_mode; }
47 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
49 m_modeHasBeenSet = true;
50 m_mode = value;
51 }
53 SetMode(value);
54 return *this;
55 }
57 private:
59 bool m_modeHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace TimestreamQuery
64} // 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