7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/transcribe/TranscribeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/transcribe/model/LanguageCode.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/transcribe/model/Tag.h>
17namespace TranscribeService
50 template<
typename VocabularyNameT = Aws::String>
51 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
52 template<
typename VocabularyNameT = Aws::String>
77 template<
typename VocabularyFileUriT = Aws::String>
78 void SetVocabularyFileUri(VocabularyFileUriT&& value) { m_vocabularyFileUriHasBeenSet =
true; m_vocabularyFileUri = std::forward<VocabularyFileUriT>(value); }
79 template<
typename VocabularyFileUriT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_vocabularyNameHasBeenSet =
false;
106 bool m_languageCodeHasBeenSet =
false;
109 bool m_vocabularyFileUriHasBeenSet =
false;
112 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