7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/transcribe/TranscribeServiceRequest.h>
9#include <aws/transcribe/TranscribeService_EXPORTS.h>
10#include <aws/transcribe/model/LanguageCode.h>
15namespace TranscribeService {
41 template <
typename VocabularyNameT = Aws::String>
43 m_vocabularyNameHasBeenSet =
true;
44 m_vocabularyName = std::forward<VocabularyNameT>(value);
46 template <
typename VocabularyNameT = Aws::String>
62 m_languageCodeHasBeenSet =
true;
63 m_languageCode = value;
80 template <
typename VocabularyFileUriT = Aws::String>
82 m_vocabularyFileUriHasBeenSet =
true;
83 m_vocabularyFileUri = std::forward<VocabularyFileUriT>(value);
85 template <
typename VocabularyFileUriT = Aws::String>
97 bool m_vocabularyNameHasBeenSet =
false;
98 bool m_languageCodeHasBeenSet =
false;
99 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