7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename TopicIdT = Aws::String>
58 m_topicIdHasBeenSet =
true;
59 m_topicId = std::forward<TopicIdT>(value);
61 template <
typename TopicIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 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