7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 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); }
74 inline void SetRefreshId(
const char* value) { m_refreshIdHasBeenSet =
true; m_refreshId.assign(value); }
82 bool m_awsAccountIdHasBeenSet =
false;
85 bool m_topicIdHasBeenSet =
false;
88 bool m_refreshIdHasBeenSet =
false;
void SetTopicId(const Aws::String &value)
const Aws::String & GetTopicId() const
const Aws::String & GetRefreshId() const
void SetAwsAccountId(Aws::String &&value)
void SetAwsAccountId(const Aws::String &value)
DescribeTopicRefreshRequest & WithRefreshId(const char *value)
void SetRefreshId(const char *value)
DescribeTopicRefreshRequest & WithTopicId(const char *value)
bool AwsAccountIdHasBeenSet() const
DescribeTopicRefreshRequest & WithAwsAccountId(const char *value)
const Aws::String & GetAwsAccountId() const
bool RefreshIdHasBeenSet() const
DescribeTopicRefreshRequest & WithAwsAccountId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool TopicIdHasBeenSet() const
DescribeTopicRefreshRequest & WithRefreshId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeTopicRefreshRequest & WithAwsAccountId(Aws::String &&value)
void SetTopicId(const char *value)
void SetAwsAccountId(const char *value)
DescribeTopicRefreshRequest & WithTopicId(const Aws::String &value)
void SetRefreshId(Aws::String &&value)
DescribeTopicRefreshRequest & WithTopicId(Aws::String &&value)
AWS_QUICKSIGHT_API DescribeTopicRefreshRequest()
DescribeTopicRefreshRequest & WithRefreshId(Aws::String &&value)
void SetTopicId(Aws::String &&value)
void SetRefreshId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String