7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
43 inline void SetTopicId(
const char* value) { m_topicId.assign(value); }
56 inline void SetTopicArn(
const char* value) { m_topicArn.assign(value); }
69 inline void SetDatasetArn(
const char* value) { m_datasetArn.assign(value); }
80 inline void SetStatus(
int value) { m_status = value; }
89 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetDatasetArn(const char *value)
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteTopicRefreshScheduleResult & WithTopicArn(const char *value)
const Aws::String & GetDatasetArn() const
void SetTopicArn(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult()
void SetRequestId(const Aws::String &value)
DeleteTopicRefreshScheduleResult & WithDatasetArn(const char *value)
DeleteTopicRefreshScheduleResult & WithDatasetArn(Aws::String &&value)
DeleteTopicRefreshScheduleResult & WithTopicArn(Aws::String &&value)
DeleteTopicRefreshScheduleResult & WithTopicId(const Aws::String &value)
void SetTopicArn(const char *value)
DeleteTopicRefreshScheduleResult & WithTopicId(Aws::String &&value)
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTopicArn() const
void SetRequestId(const char *value)
DeleteTopicRefreshScheduleResult & WithRequestId(const char *value)
DeleteTopicRefreshScheduleResult & WithTopicArn(const Aws::String &value)
void SetTopicArn(Aws::String &&value)
DeleteTopicRefreshScheduleResult & WithRequestId(Aws::String &&value)
void SetTopicId(Aws::String &&value)
void SetTopicId(const char *value)
const Aws::String & GetTopicId() const
void SetRequestId(Aws::String &&value)
DeleteTopicRefreshScheduleResult & WithStatus(int value)
DeleteTopicRefreshScheduleResult & WithDatasetArn(const Aws::String &value)
void SetTopicId(const Aws::String &value)
DeleteTopicRefreshScheduleResult & WithTopicId(const char *value)
void SetDatasetArn(const Aws::String &value)
DeleteTopicRefreshScheduleResult & WithRequestId(const Aws::String &value)
void SetStatus(int value)
void SetDatasetArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue