7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.h>
50 inline void SetDatasetId(
const char* value) { m_datasetIdHasBeenSet =
true; m_datasetId.assign(value); }
64 inline void SetDatasetArn(
const char* value) { m_datasetArnHasBeenSet =
true; m_datasetArn.assign(value); }
78 inline void SetDatasetName(
const char* value) { m_datasetNameHasBeenSet =
true; m_datasetName.assign(value); }
98 bool m_datasetIdHasBeenSet =
false;
101 bool m_datasetArnHasBeenSet =
false;
104 bool m_datasetNameHasBeenSet =
false;
107 bool m_refreshScheduleHasBeenSet =
false;
void SetDatasetArn(const Aws::String &value)
TopicRefreshScheduleSummary & WithDatasetId(Aws::String &&value)
bool DatasetArnHasBeenSet() const
TopicRefreshScheduleSummary & WithDatasetArn(Aws::String &&value)
TopicRefreshScheduleSummary & WithDatasetArn(const char *value)
const Aws::String & GetDatasetName() const
TopicRefreshScheduleSummary & WithDatasetId(const Aws::String &value)
void SetDatasetId(const char *value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDatasetId(const Aws::String &value)
TopicRefreshScheduleSummary & WithDatasetName(Aws::String &&value)
TopicRefreshScheduleSummary & WithDatasetName(const char *value)
void SetDatasetId(Aws::String &&value)
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshScheduleSummary & WithDatasetName(const Aws::String &value)
void SetDatasetName(Aws::String &&value)
bool DatasetNameHasBeenSet() const
bool RefreshScheduleHasBeenSet() const
void SetDatasetArn(const char *value)
TopicRefreshScheduleSummary & WithRefreshSchedule(TopicRefreshSchedule &&value)
void SetDatasetName(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TopicRefreshScheduleSummary()
const Aws::String & GetDatasetArn() const
TopicRefreshScheduleSummary & WithRefreshSchedule(const TopicRefreshSchedule &value)
void SetDatasetName(const char *value)
const Aws::String & GetDatasetId() const
TopicRefreshScheduleSummary & WithDatasetArn(const Aws::String &value)
void SetDatasetArn(Aws::String &&value)
const TopicRefreshSchedule & GetRefreshSchedule() const
TopicRefreshScheduleSummary & WithDatasetId(const char *value)
bool DatasetIdHasBeenSet() const
void SetRefreshSchedule(TopicRefreshSchedule &&value)
void SetRefreshSchedule(const TopicRefreshSchedule &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue