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>
63 bool m_awsAccountIdHasBeenSet =
false;
66 bool m_topicIdHasBeenSet =
false;
DescribeTopicPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
DescribeTopicPermissionsRequest & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API DescribeTopicPermissionsRequest()=default
const Aws::String & GetTopicId() const
const Aws::String & GetAwsAccountId() const
bool TopicIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTopicId(TopicIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String