7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
58 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
66 bool m_awsAccountIdHasBeenSet =
false;
69 bool m_topicIdHasBeenSet =
false;
DescribeTopicRequest & WithTopicId(const Aws::String &value)
void SetTopicId(Aws::String &&value)
DescribeTopicRequest & WithAwsAccountId(const char *value)
DescribeTopicRequest & WithAwsAccountId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetTopicId(const Aws::String &value)
void SetAwsAccountId(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
DescribeTopicRequest & WithTopicId(const char *value)
DescribeTopicRequest & WithTopicId(Aws::String &&value)
const Aws::String & GetTopicId() const
void SetTopicId(const char *value)
void SetAwsAccountId(const char *value)
AWS_QUICKSIGHT_API DescribeTopicRequest()
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
DescribeTopicRequest & WithAwsAccountId(const Aws::String &value)
bool TopicIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String