7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/VocabularyLanguageCode.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename ClientTokenT = Aws::String>
48 m_clientTokenHasBeenSet =
true;
49 m_clientToken = std::forward<ClientTokenT>(value);
51 template <
typename ClientTokenT = Aws::String>
66 template <
typename InstanceIdT = Aws::String>
68 m_instanceIdHasBeenSet =
true;
69 m_instanceId = std::forward<InstanceIdT>(value);
71 template <
typename InstanceIdT = Aws::String>
84 template <
typename VocabularyNameT = Aws::String>
86 m_vocabularyNameHasBeenSet =
true;
87 m_vocabularyName = std::forward<VocabularyNameT>(value);
89 template <
typename VocabularyNameT = Aws::String>
106 m_languageCodeHasBeenSet =
true;
107 m_languageCode = value;
127 template <
typename ContentT = Aws::String>
129 m_contentHasBeenSet =
true;
130 m_content = std::forward<ContentT>(value);
132 template <
typename ContentT = Aws::String>
146 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 m_tagsHasBeenSet =
true;
149 m_tags = std::forward<TagsT>(value);
151 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
153 SetTags(std::forward<TagsT>(value));
156 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
158 m_tagsHasBeenSet =
true;
159 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
165 bool m_clientTokenHasBeenSet =
true;
168 bool m_instanceIdHasBeenSet =
false;
171 bool m_vocabularyNameHasBeenSet =
false;
174 bool m_languageCodeHasBeenSet =
false;
177 bool m_contentHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool LanguageCodeHasBeenSet() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetContent() const
CreateVocabularyRequest & WithContent(ContentT &&value)
void SetContent(ContentT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_CONNECT_API CreateVocabularyRequest()=default
bool TagsHasBeenSet() const
const Aws::String & GetVocabularyName() const
CreateVocabularyRequest & WithInstanceId(InstanceIdT &&value)
void SetInstanceId(InstanceIdT &&value)
CreateVocabularyRequest & WithVocabularyName(VocabularyNameT &&value)
CreateVocabularyRequest & WithClientToken(ClientTokenT &&value)
VocabularyLanguageCode GetLanguageCode() const
bool ClientTokenHasBeenSet() const
void SetVocabularyName(VocabularyNameT &&value)
bool ContentHasBeenSet() const
const Aws::String & GetInstanceId() const
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateVocabularyRequest & WithTags(TagsT &&value)
CreateVocabularyRequest & WithLanguageCode(VocabularyLanguageCode value)
bool VocabularyNameHasBeenSet() const
CreateVocabularyRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetLanguageCode(VocabularyLanguageCode value)
const Aws::String & GetClientToken() const
AWS_CONNECT_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String