AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDatasetId(const Aws::String& value) { m_datasetIdHasBeenSet = true; m_datasetId = value; }
49 inline void SetDatasetId(Aws::String&& value) { m_datasetIdHasBeenSet = true; m_datasetId = std::move(value); }
50 inline void SetDatasetId(const char* value) { m_datasetIdHasBeenSet = true; m_datasetId.assign(value); }
51 inline TopicRefreshScheduleSummary& WithDatasetId(const Aws::String& value) { SetDatasetId(value); return *this;}
52 inline TopicRefreshScheduleSummary& WithDatasetId(Aws::String&& value) { SetDatasetId(std::move(value)); return *this;}
53 inline TopicRefreshScheduleSummary& WithDatasetId(const char* value) { SetDatasetId(value); return *this;}
55
57
60 inline const Aws::String& GetDatasetArn() const{ return m_datasetArn; }
61 inline bool DatasetArnHasBeenSet() const { return m_datasetArnHasBeenSet; }
62 inline void SetDatasetArn(const Aws::String& value) { m_datasetArnHasBeenSet = true; m_datasetArn = value; }
63 inline void SetDatasetArn(Aws::String&& value) { m_datasetArnHasBeenSet = true; m_datasetArn = std::move(value); }
64 inline void SetDatasetArn(const char* value) { m_datasetArnHasBeenSet = true; m_datasetArn.assign(value); }
65 inline TopicRefreshScheduleSummary& WithDatasetArn(const Aws::String& value) { SetDatasetArn(value); return *this;}
66 inline TopicRefreshScheduleSummary& WithDatasetArn(Aws::String&& value) { SetDatasetArn(std::move(value)); return *this;}
67 inline TopicRefreshScheduleSummary& WithDatasetArn(const char* value) { SetDatasetArn(value); return *this;}
69
71
74 inline const Aws::String& GetDatasetName() const{ return m_datasetName; }
75 inline bool DatasetNameHasBeenSet() const { return m_datasetNameHasBeenSet; }
76 inline void SetDatasetName(const Aws::String& value) { m_datasetNameHasBeenSet = true; m_datasetName = value; }
77 inline void SetDatasetName(Aws::String&& value) { m_datasetNameHasBeenSet = true; m_datasetName = std::move(value); }
78 inline void SetDatasetName(const char* value) { m_datasetNameHasBeenSet = true; m_datasetName.assign(value); }
79 inline TopicRefreshScheduleSummary& WithDatasetName(const Aws::String& value) { SetDatasetName(value); return *this;}
80 inline TopicRefreshScheduleSummary& WithDatasetName(Aws::String&& value) { SetDatasetName(std::move(value)); return *this;}
81 inline TopicRefreshScheduleSummary& WithDatasetName(const char* value) { SetDatasetName(value); return *this;}
83
85
88 inline const TopicRefreshSchedule& GetRefreshSchedule() const{ return m_refreshSchedule; }
89 inline bool RefreshScheduleHasBeenSet() const { return m_refreshScheduleHasBeenSet; }
90 inline void SetRefreshSchedule(const TopicRefreshSchedule& value) { m_refreshScheduleHasBeenSet = true; m_refreshSchedule = value; }
91 inline void SetRefreshSchedule(TopicRefreshSchedule&& value) { m_refreshScheduleHasBeenSet = true; m_refreshSchedule = std::move(value); }
95 private:
96
97 Aws::String m_datasetId;
98 bool m_datasetIdHasBeenSet = false;
99
100 Aws::String m_datasetArn;
101 bool m_datasetArnHasBeenSet = false;
102
103 Aws::String m_datasetName;
104 bool m_datasetNameHasBeenSet = false;
105
106 TopicRefreshSchedule m_refreshSchedule;
107 bool m_refreshScheduleHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace QuickSight
112} // namespace Aws
TopicRefreshScheduleSummary & WithDatasetId(Aws::String &&value)
TopicRefreshScheduleSummary & WithDatasetArn(Aws::String &&value)
TopicRefreshScheduleSummary & WithDatasetArn(const char *value)
TopicRefreshScheduleSummary & WithDatasetId(const Aws::String &value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshScheduleSummary & WithDatasetName(Aws::String &&value)
TopicRefreshScheduleSummary & WithDatasetName(const char *value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshScheduleSummary & WithDatasetName(const Aws::String &value)
TopicRefreshScheduleSummary & WithRefreshSchedule(TopicRefreshSchedule &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicRefreshScheduleSummary & WithRefreshSchedule(const TopicRefreshSchedule &value)
TopicRefreshScheduleSummary & WithDatasetArn(const Aws::String &value)
TopicRefreshScheduleSummary & WithDatasetId(const char *value)
void SetRefreshSchedule(const TopicRefreshSchedule &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue