7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
59 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
73 inline void SetDatasetId(
const char* value) { m_datasetIdHasBeenSet =
true; m_datasetId.assign(value); }
81 bool m_awsAccountIdHasBeenSet =
false;
84 bool m_topicIdHasBeenSet =
false;
87 bool m_datasetIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleRequest()
DescribeTopicRefreshScheduleRequest & WithDatasetId(Aws::String &&value)
bool DatasetIdHasBeenSet() const
void SetAwsAccountId(const char *value)
DescribeTopicRefreshScheduleRequest & WithAwsAccountId(Aws::String &&value)
DescribeTopicRefreshScheduleRequest & WithTopicId(const char *value)
DescribeTopicRefreshScheduleRequest & WithTopicId(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
void SetTopicId(const char *value)
bool TopicIdHasBeenSet() const
DescribeTopicRefreshScheduleRequest & WithDatasetId(const Aws::String &value)
void SetDatasetId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeTopicRefreshScheduleRequest & WithDatasetId(const char *value)
const Aws::String & GetTopicId() const
virtual const char * GetServiceRequestName() const override
DescribeTopicRefreshScheduleRequest & WithAwsAccountId(const char *value)
void SetDatasetId(Aws::String &&value)
void SetTopicId(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(Aws::String &&value)
DescribeTopicRefreshScheduleRequest & WithTopicId(Aws::String &&value)
void SetDatasetId(const char *value)
DescribeTopicRefreshScheduleRequest & WithAwsAccountId(const Aws::String &value)
const Aws::String & GetDatasetId() const
void SetAwsAccountId(const Aws::String &value)
void SetTopicId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String