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
52 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
83 inline void SetVocabularyFileUri(
const char* value) { m_vocabularyFileUriHasBeenSet =
true; m_vocabularyFileUri.assign(value); }
109 bool m_vocabularyNameHasBeenSet =
false;
112 bool m_languageCodeHasBeenSet =
false;
115 bool m_vocabularyFileUriHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
void SetVocabularyFileUri(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Tag > & GetTags() const
CreateMedicalVocabularyRequest & AddTags(Tag &&value)
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetVocabularyName() const
AWS_TRANSCRIBESERVICE_API CreateMedicalVocabularyRequest()
void SetLanguageCode(LanguageCode &&value)
void SetLanguageCode(const LanguageCode &value)
CreateMedicalVocabularyRequest & WithLanguageCode(LanguageCode &&value)
CreateMedicalVocabularyRequest & WithVocabularyName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateMedicalVocabularyRequest & WithVocabularyName(const char *value)
CreateMedicalVocabularyRequest & WithVocabularyFileUri(const char *value)
CreateMedicalVocabularyRequest & WithVocabularyFileUri(const Aws::String &value)
CreateMedicalVocabularyRequest & AddTags(const Tag &value)
bool TagsHasBeenSet() const
const LanguageCode & GetLanguageCode() const
void SetTags(const Aws::Vector< Tag > &value)
CreateMedicalVocabularyRequest & WithVocabularyFileUri(Aws::String &&value)
void SetVocabularyName(const Aws::String &value)
bool LanguageCodeHasBeenSet() const
void SetVocabularyName(Aws::String &&value)
CreateMedicalVocabularyRequest & WithLanguageCode(const LanguageCode &value)
CreateMedicalVocabularyRequest & WithVocabularyName(Aws::String &&value)
CreateMedicalVocabularyRequest & WithTags(const Aws::Vector< Tag > &value)
void SetVocabularyName(const char *value)
bool VocabularyFileUriHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
bool VocabularyNameHasBeenSet() const
void SetVocabularyFileUri(const Aws::String &value)
CreateMedicalVocabularyRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetVocabularyFileUri() const
void SetVocabularyFileUri(const char *value)
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