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
47 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
78 inline void SetVocabularyFileUri(
const char* value) { m_vocabularyFileUriHasBeenSet =
true; m_vocabularyFileUri.assign(value); }
86 bool m_vocabularyNameHasBeenSet =
false;
89 bool m_languageCodeHasBeenSet =
false;
92 bool m_vocabularyFileUriHasBeenSet =
false;
UpdateMedicalVocabularyRequest & WithVocabularyFileUri(Aws::String &&value)
void SetVocabularyFileUri(const char *value)
UpdateMedicalVocabularyRequest & WithVocabularyName(Aws::String &&value)
void SetVocabularyName(const Aws::String &value)
UpdateMedicalVocabularyRequest & WithVocabularyFileUri(const char *value)
void SetLanguageCode(const LanguageCode &value)
UpdateMedicalVocabularyRequest & WithVocabularyFileUri(const Aws::String &value)
UpdateMedicalVocabularyRequest & WithLanguageCode(LanguageCode &&value)
void SetVocabularyName(const char *value)
void SetVocabularyName(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
const LanguageCode & GetLanguageCode() const
bool LanguageCodeHasBeenSet() const
UpdateMedicalVocabularyRequest & WithVocabularyName(const Aws::String &value)
void SetLanguageCode(LanguageCode &&value)
bool VocabularyFileUriHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyRequest()
bool VocabularyNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetVocabularyFileUri(const Aws::String &value)
void SetVocabularyFileUri(Aws::String &&value)
UpdateMedicalVocabularyRequest & WithLanguageCode(const LanguageCode &value)
const Aws::String & GetVocabularyFileUri() const
const Aws::String & GetVocabularyName() const
UpdateMedicalVocabularyRequest & WithVocabularyName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String