7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
45 inline void SetTopicId(
const char* value) { m_topicId.assign(value); }
58 inline void SetTopicArn(
const char* value) { m_topicArn.assign(value); }
71 inline void SetDatasetArn(
const char* value) { m_datasetArn.assign(value); }
93 inline void SetStatus(
int value) { m_status = value; }
102 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicArn(Aws::String &&value)
void SetTopicArn(const char *value)
DescribeTopicRefreshScheduleResult & WithTopicId(const char *value)
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicId(const char *value)
DescribeTopicRefreshScheduleResult & WithTopicArn(const char *value)
void SetDatasetArn(const char *value)
DescribeTopicRefreshScheduleResult & WithStatus(int value)
DescribeTopicRefreshScheduleResult & WithTopicArn(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const TopicRefreshSchedule & GetRefreshSchedule() const
void SetTopicArn(const Aws::String &value)
void SetStatus(int value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(const char *value)
DescribeTopicRefreshScheduleResult & WithTopicId(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithTopicId(Aws::String &&value)
void SetDatasetArn(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithRequestId(Aws::String &&value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
void SetRefreshSchedule(TopicRefreshSchedule &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetTopicId(Aws::String &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(const char *value)
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(const TopicRefreshSchedule &value)
void SetTopicId(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(const Aws::String &value)
void SetDatasetArn(Aws::String &&value)
const Aws::String & GetTopicArn() const
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult()
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(TopicRefreshSchedule &&value)
void SetRefreshSchedule(const TopicRefreshSchedule &value)
DescribeTopicRefreshScheduleResult & WithTopicArn(Aws::String &&value)
const Aws::String & GetTopicId() const
const Aws::String & GetDatasetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue