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>
15namespace TranscribeService
45 template<
typename VocabularyNameT = Aws::String>
46 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
47 template<
typename VocabularyNameT = Aws::String>
72 template<
typename VocabularyFileUriT = Aws::String>
73 void SetVocabularyFileUri(VocabularyFileUriT&& value) { m_vocabularyFileUriHasBeenSet =
true; m_vocabularyFileUri = std::forward<VocabularyFileUriT>(value); }
74 template<
typename VocabularyFileUriT = Aws::String>
80 bool m_vocabularyNameHasBeenSet =
false;
83 bool m_languageCodeHasBeenSet =
false;
86 bool m_vocabularyFileUriHasBeenSet =
false;
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyRequest()=default
UpdateMedicalVocabularyRequest & WithVocabularyFileUri(VocabularyFileUriT &&value)
UpdateMedicalVocabularyRequest & WithLanguageCode(LanguageCode value)
void SetVocabularyName(VocabularyNameT &&value)
void SetLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
bool LanguageCodeHasBeenSet() const
UpdateMedicalVocabularyRequest & WithVocabularyName(VocabularyNameT &&value)
void SetVocabularyFileUri(VocabularyFileUriT &&value)
bool VocabularyFileUriHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool VocabularyNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVocabularyFileUri() const
LanguageCode GetLanguageCode() const
const Aws::String & GetVocabularyName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String