7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/CustomInstructions.h>
12#include <aws/quicksight/model/Tag.h>
13#include <aws/quicksight/model/TopicDetails.h>
42 template <
typename AwsAccountIdT = Aws::String>
44 m_awsAccountIdHasBeenSet =
true;
45 m_awsAccountId = std::forward<AwsAccountIdT>(value);
47 template <
typename AwsAccountIdT = Aws::String>
61 template <
typename TopicIdT = Aws::String>
63 m_topicIdHasBeenSet =
true;
64 m_topicId = std::forward<TopicIdT>(value);
66 template <
typename TopicIdT = Aws::String>
79 template <
typename TopicT = TopicDetails>
81 m_topicHasBeenSet =
true;
82 m_topic = std::forward<TopicT>(value);
84 template <
typename TopicT = TopicDetails>
86 SetTopic(std::forward<TopicT>(value));
98 template <
typename TagsT = Aws::Vector<Tag>>
100 m_tagsHasBeenSet =
true;
101 m_tags = std::forward<TagsT>(value);
103 template <
typename TagsT = Aws::Vector<Tag>>
105 SetTags(std::forward<TagsT>(value));
108 template <
typename TagsT = Tag>
110 m_tagsHasBeenSet =
true;
111 m_tags.emplace_back(std::forward<TagsT>(value));
122 template <
typename FolderArnsT = Aws::Vector<Aws::String>>
124 m_folderArnsHasBeenSet =
true;
125 m_folderArns = std::forward<FolderArnsT>(value);
127 template <
typename FolderArnsT = Aws::Vector<Aws::String>>
132 template <
typename FolderArnsT = Aws::String>
134 m_folderArnsHasBeenSet =
true;
135 m_folderArns.emplace_back(std::forward<FolderArnsT>(value));
146 template <
typename CustomInstructionsT = CustomInstructions>
148 m_customInstructionsHasBeenSet =
true;
149 m_customInstructions = std::forward<CustomInstructionsT>(value);
151 template <
typename CustomInstructionsT = CustomInstructions>
169 bool m_awsAccountIdHasBeenSet =
false;
170 bool m_topicIdHasBeenSet =
false;
171 bool m_topicHasBeenSet =
false;
172 bool m_tagsHasBeenSet =
false;
173 bool m_folderArnsHasBeenSet =
false;
174 bool m_customInstructionsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFolderArns() const
void SetTags(TagsT &&value)
bool CustomInstructionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateTopicRequest & AddFolderArns(FolderArnsT &&value)
bool TagsHasBeenSet() const
void SetFolderArns(FolderArnsT &&value)
bool AwsAccountIdHasBeenSet() const
CreateTopicRequest & AddTags(TagsT &&value)
AWS_QUICKSIGHT_API CreateTopicRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
void SetTopicId(TopicIdT &&value)
void SetCustomInstructions(CustomInstructionsT &&value)
const CustomInstructions & GetCustomInstructions() const
const Aws::Vector< Tag > & GetTags() const
bool TopicIdHasBeenSet() const
const TopicDetails & GetTopic() const
CreateTopicRequest & WithFolderArns(FolderArnsT &&value)
const Aws::String & GetAwsAccountId() const
bool FolderArnsHasBeenSet() const
CreateTopicRequest & WithTopic(TopicT &&value)
CreateTopicRequest & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateTopicRequest & WithTags(TagsT &&value)
CreateTopicRequest & WithAwsAccountId(AwsAccountIdT &&value)
CreateTopicRequest & WithCustomInstructions(CustomInstructionsT &&value)
const Aws::String & GetTopicId() const
void SetTopic(TopicT &&value)
bool TopicHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector