7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/TopicDetails.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/Tag.h>
47 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
62 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
97 bool m_awsAccountIdHasBeenSet =
false;
100 bool m_topicIdHasBeenSet =
false;
103 bool m_topicHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
void SetTopic(TopicDetails &&value)
void SetAwsAccountId(const Aws::String &value)
AWS_QUICKSIGHT_API CreateTopicRequest()
CreateTopicRequest & WithTopicId(const Aws::String &value)
CreateTopicRequest & WithTopicId(const char *value)
CreateTopicRequest & AddTags(const Tag &value)
void SetAwsAccountId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
CreateTopicRequest & WithTopic(const TopicDetails &value)
void SetTopicId(const char *value)
CreateTopicRequest & WithAwsAccountId(Aws::String &&value)
CreateTopicRequest & WithAwsAccountId(const char *value)
bool AwsAccountIdHasBeenSet() const
void SetTopicId(Aws::String &&value)
void SetTopicId(const Aws::String &value)
void SetTopic(const TopicDetails &value)
CreateTopicRequest & WithTopicId(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
bool TopicIdHasBeenSet() const
const TopicDetails & GetTopic() const
const Aws::String & GetAwsAccountId() const
void SetTags(Aws::Vector< Tag > &&value)
CreateTopicRequest & AddTags(Tag &&value)
void SetAwsAccountId(Aws::String &&value)
CreateTopicRequest & WithTags(const Aws::Vector< Tag > &value)
CreateTopicRequest & WithTopic(TopicDetails &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateTopicRequest & WithTags(Aws::Vector< Tag > &&value)
CreateTopicRequest & WithAwsAccountId(const Aws::String &value)
const Aws::String & GetTopicId() const
bool TopicHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector