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/CustomInstructions.h>
13#include <aws/quicksight/model/Tag.h>
46 template<
typename AwsAccountIdT = Aws::String>
47 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
48 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename TopicIdT = Aws::String>
60 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
61 template<
typename TopicIdT = Aws::String>
71 template<
typename TopicT = TopicDetails>
72 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
73 template<
typename TopicT = TopicDetails>
84 template<
typename TagsT = Aws::Vector<Tag>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Vector<Tag>>
88 template<
typename TagsT = Tag>
89 CreateTopicRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
98 template<
typename FolderArnsT = Aws::Vector<Aws::String>>
99 void SetFolderArns(FolderArnsT&& value) { m_folderArnsHasBeenSet =
true; m_folderArns = std::forward<FolderArnsT>(value); }
100 template<
typename FolderArnsT = Aws::Vector<Aws::String>>
102 template<
typename FolderArnsT = Aws::String>
112 template<
typename CustomInstructionsT = CustomInstructions>
113 void SetCustomInstructions(CustomInstructionsT&& value) { m_customInstructionsHasBeenSet =
true; m_customInstructions = std::forward<CustomInstructionsT>(value); }
114 template<
typename CustomInstructionsT = CustomInstructions>
120 bool m_awsAccountIdHasBeenSet =
false;
123 bool m_topicIdHasBeenSet =
false;
126 bool m_topicHasBeenSet =
false;
129 bool m_tagsHasBeenSet =
false;
132 bool m_folderArnsHasBeenSet =
false;
135 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