7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename TopicIdT = Aws::String>
56 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
57 template<
typename TopicIdT = Aws::String>
68 template<
typename RefreshIdT = Aws::String>
69 void SetRefreshId(RefreshIdT&& value) { m_refreshIdHasBeenSet =
true; m_refreshId = std::forward<RefreshIdT>(value); }
70 template<
typename RefreshIdT = Aws::String>
76 bool m_awsAccountIdHasBeenSet =
false;
79 bool m_topicIdHasBeenSet =
false;
82 bool m_refreshIdHasBeenSet =
false;
const Aws::String & GetTopicId() const
const Aws::String & GetRefreshId() const
DescribeTopicRefreshRequest & WithTopicId(TopicIdT &&value)
DescribeTopicRefreshRequest & WithRefreshId(RefreshIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetTopicId(TopicIdT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeTopicRefreshRequest()=default
bool RefreshIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool TopicIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeTopicRefreshRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetRefreshId(RefreshIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String