AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TopicRefreshScheduleSummary.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API TopicRefreshScheduleSummary() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetDatasetId() const { return m_datasetId; }
47 inline bool DatasetIdHasBeenSet() const { return m_datasetIdHasBeenSet; }
48 template<typename DatasetIdT = Aws::String>
49 void SetDatasetId(DatasetIdT&& value) { m_datasetIdHasBeenSet = true; m_datasetId = std::forward<DatasetIdT>(value); }
50 template<typename DatasetIdT = Aws::String>
51 TopicRefreshScheduleSummary& WithDatasetId(DatasetIdT&& value) { SetDatasetId(std::forward<DatasetIdT>(value)); return *this;}
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) { m_datasetArnHasBeenSet = true; m_datasetArn = std::forward<DatasetArnT>(value); }
62 template<typename DatasetArnT = Aws::String>
63 TopicRefreshScheduleSummary& WithDatasetArn(DatasetArnT&& value) { SetDatasetArn(std::forward<DatasetArnT>(value)); return *this;}
65
67
70 inline const Aws::String& GetDatasetName() const { return m_datasetName; }
71 inline bool DatasetNameHasBeenSet() const { return m_datasetNameHasBeenSet; }
72 template<typename DatasetNameT = Aws::String>
73 void SetDatasetName(DatasetNameT&& value) { m_datasetNameHasBeenSet = true; m_datasetName = std::forward<DatasetNameT>(value); }
74 template<typename DatasetNameT = Aws::String>
75 TopicRefreshScheduleSummary& WithDatasetName(DatasetNameT&& value) { SetDatasetName(std::forward<DatasetNameT>(value)); return *this;}
77
79
82 inline const TopicRefreshSchedule& GetRefreshSchedule() const { return m_refreshSchedule; }
83 inline bool RefreshScheduleHasBeenSet() const { return m_refreshScheduleHasBeenSet; }
84 template<typename RefreshScheduleT = TopicRefreshSchedule>
85 void SetRefreshSchedule(RefreshScheduleT&& value) { m_refreshScheduleHasBeenSet = true; m_refreshSchedule = std::forward<RefreshScheduleT>(value); }
86 template<typename RefreshScheduleT = TopicRefreshSchedule>
87 TopicRefreshScheduleSummary& WithRefreshSchedule(RefreshScheduleT&& value) { SetRefreshSchedule(std::forward<RefreshScheduleT>(value)); return *this;}
89 private:
90
91 Aws::String m_datasetId;
92 bool m_datasetIdHasBeenSet = false;
93
94 Aws::String m_datasetArn;
95 bool m_datasetArnHasBeenSet = false;
96
97 Aws::String m_datasetName;
98 bool m_datasetNameHasBeenSet = false;
99
100 TopicRefreshSchedule m_refreshSchedule;
101 bool m_refreshScheduleHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace QuickSight
106} // 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