7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
54 template<
typename TopicIdT = Aws::String>
55 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
56 template<
typename TopicIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_topicIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeTopicRequest & WithTopicId(TopicIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeTopicRequest()=default
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetTopicId() const
void SetTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
DescribeTopicRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool TopicIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String