AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
TopicRefreshScheduleSummary.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API TopicRefreshScheduleSummary() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetDatasetId() const { return m_datasetId; }
41 inline bool DatasetIdHasBeenSet() const { return m_datasetIdHasBeenSet; }
42 template <typename DatasetIdT = Aws::String>
43 void SetDatasetId(DatasetIdT&& value) {
44 m_datasetIdHasBeenSet = true;
45 m_datasetId = std::forward<DatasetIdT>(value);
46 }
47 template <typename DatasetIdT = Aws::String>
49 SetDatasetId(std::forward<DatasetIdT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetDatasetArn() const { return m_datasetArn; }
59 inline bool DatasetArnHasBeenSet() const { return m_datasetArnHasBeenSet; }
60 template <typename DatasetArnT = Aws::String>
61 void SetDatasetArn(DatasetArnT&& value) {
62 m_datasetArnHasBeenSet = true;
63 m_datasetArn = std::forward<DatasetArnT>(value);
64 }
65 template <typename DatasetArnT = Aws::String>
67 SetDatasetArn(std::forward<DatasetArnT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetDatasetName() const { return m_datasetName; }
77 inline bool DatasetNameHasBeenSet() const { return m_datasetNameHasBeenSet; }
78 template <typename DatasetNameT = Aws::String>
79 void SetDatasetName(DatasetNameT&& value) {
80 m_datasetNameHasBeenSet = true;
81 m_datasetName = std::forward<DatasetNameT>(value);
82 }
83 template <typename DatasetNameT = Aws::String>
85 SetDatasetName(std::forward<DatasetNameT>(value));
86 return *this;
87 }
89
91
94 inline const TopicRefreshSchedule& GetRefreshSchedule() const { return m_refreshSchedule; }
95 inline bool RefreshScheduleHasBeenSet() const { return m_refreshScheduleHasBeenSet; }
96 template <typename RefreshScheduleT = TopicRefreshSchedule>
97 void SetRefreshSchedule(RefreshScheduleT&& value) {
98 m_refreshScheduleHasBeenSet = true;
99 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
100 }
101 template <typename RefreshScheduleT = TopicRefreshSchedule>
103 SetRefreshSchedule(std::forward<RefreshScheduleT>(value));
104 return *this;
105 }
107 private:
108 Aws::String m_datasetId;
109
110 Aws::String m_datasetArn;
111
112 Aws::String m_datasetName;
113
114 TopicRefreshSchedule m_refreshSchedule;
115 bool m_datasetIdHasBeenSet = false;
116 bool m_datasetArnHasBeenSet = false;
117 bool m_datasetNameHasBeenSet = false;
118 bool m_refreshScheduleHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace QuickSight
123} // namespace Aws
TopicRefreshScheduleSummary & WithDatasetArn(DatasetArnT &&value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshScheduleSummary & WithRefreshSchedule(RefreshScheduleT &&value)
TopicRefreshScheduleSummary & WithDatasetName(DatasetNameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicRefreshScheduleSummary & WithDatasetId(DatasetIdT &&value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue