7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.h>
42 template <
typename DatasetIdT = Aws::String>
44 m_datasetIdHasBeenSet =
true;
45 m_datasetId = std::forward<DatasetIdT>(value);
47 template <
typename DatasetIdT = Aws::String>
60 template <
typename DatasetArnT = Aws::String>
62 m_datasetArnHasBeenSet =
true;
63 m_datasetArn = std::forward<DatasetArnT>(value);
65 template <
typename DatasetArnT = Aws::String>
78 template <
typename DatasetNameT = Aws::String>
80 m_datasetNameHasBeenSet =
true;
81 m_datasetName = std::forward<DatasetNameT>(value);
83 template <
typename DatasetNameT = Aws::String>
96 template <
typename RefreshScheduleT = TopicRefreshSchedule>
98 m_refreshScheduleHasBeenSet =
true;
99 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
101 template <
typename RefreshScheduleT = TopicRefreshSchedule>
115 bool m_datasetIdHasBeenSet =
false;
116 bool m_datasetArnHasBeenSet =
false;
117 bool m_datasetNameHasBeenSet =
false;
118 bool m_refreshScheduleHasBeenSet =
false;
bool DatasetArnHasBeenSet() const
const Aws::String & GetDatasetName() const
void SetRefreshSchedule(RefreshScheduleT &&value)
TopicRefreshScheduleSummary & WithDatasetArn(DatasetArnT &&value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDatasetName(DatasetNameT &&value)
bool DatasetNameHasBeenSet() const
bool RefreshScheduleHasBeenSet() const
void SetDatasetArn(DatasetArnT &&value)
TopicRefreshScheduleSummary & WithRefreshSchedule(RefreshScheduleT &&value)
TopicRefreshScheduleSummary & WithDatasetName(DatasetNameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicRefreshScheduleSummary & WithDatasetId(DatasetIdT &&value)
const Aws::String & GetDatasetArn() const
const Aws::String & GetDatasetId() const
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary()=default
const TopicRefreshSchedule & GetRefreshSchedule() const
void SetDatasetId(DatasetIdT &&value)
bool DatasetIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue