7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribe/TranscribeServiceRequest.h>
10#include <aws/transcribe/TranscribeService_EXPORTS.h>
11#include <aws/transcribe/model/LanguageCode.h>
12#include <aws/transcribe/model/Tag.h>
17namespace TranscribeService {
46 template <
typename VocabularyNameT = Aws::String>
48 m_vocabularyNameHasBeenSet =
true;
49 m_vocabularyName = std::forward<VocabularyNameT>(value);
51 template <
typename VocabularyNameT = Aws::String>
67 m_languageCodeHasBeenSet =
true;
68 m_languageCode = value;
85 template <
typename VocabularyFileUriT = Aws::String>
87 m_vocabularyFileUriHasBeenSet =
true;
88 m_vocabularyFileUri = std::forward<VocabularyFileUriT>(value);
90 template <
typename VocabularyFileUriT = Aws::String>
107 template <
typename TagsT = Aws::Vector<Tag>>
109 m_tagsHasBeenSet =
true;
110 m_tags = std::forward<TagsT>(value);
112 template <
typename TagsT = Aws::Vector<Tag>>
114 SetTags(std::forward<TagsT>(value));
117 template <
typename TagsT = Tag>
119 m_tagsHasBeenSet =
true;
120 m_tags.emplace_back(std::forward<TagsT>(value));
126 bool m_vocabularyNameHasBeenSet =
false;
129 bool m_languageCodeHasBeenSet =
false;
132 bool m_vocabularyFileUriHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
CreateMedicalVocabularyRequest & WithVocabularyName(VocabularyNameT &&value)
const Aws::Vector< Tag > & GetTags() const
LanguageCode GetLanguageCode() const
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetVocabularyName() const
AWS_TRANSCRIBESERVICE_API CreateMedicalVocabularyRequest()=default
void SetVocabularyName(VocabularyNameT &&value)
CreateMedicalVocabularyRequest & AddTags(TagsT &&value)
CreateMedicalVocabularyRequest & WithLanguageCode(LanguageCode value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
void SetLanguageCode(LanguageCode value)
CreateMedicalVocabularyRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
bool LanguageCodeHasBeenSet() const
bool VocabularyFileUriHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
bool VocabularyNameHasBeenSet() const
CreateMedicalVocabularyRequest & WithVocabularyFileUri(VocabularyFileUriT &&value)
void SetVocabularyFileUri(VocabularyFileUriT &&value)
const Aws::String & GetVocabularyFileUri() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector