7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename TopicIdT = Aws::String>
59 m_topicIdHasBeenSet =
true;
60 m_topicId = std::forward<TopicIdT>(value);
62 template <
typename TopicIdT = Aws::String>
76 template <
typename RefreshIdT = Aws::String>
78 m_refreshIdHasBeenSet =
true;
79 m_refreshId = std::forward<RefreshIdT>(value);
81 template <
typename RefreshIdT = Aws::String>
93 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_topicIdHasBeenSet =
false;
95 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