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>
16namespace TranscribeService
46 template<
typename VocabularyNameT = Aws::String>
47 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
48 template<
typename VocabularyNameT = Aws::String>
87 template<
typename PhrasesT = Aws::Vector<Aws::String>>
88 void SetPhrases(PhrasesT&& value) { m_phrasesHasBeenSet =
true; m_phrases = std::forward<PhrasesT>(value); }
89 template<
typename PhrasesT = Aws::Vector<Aws::String>>
91 template<
typename PhrasesT = Aws::String>
106 template<
typename VocabularyFileUriT = Aws::String>
107 void SetVocabularyFileUri(VocabularyFileUriT&& value) { m_vocabularyFileUriHasBeenSet =
true; m_vocabularyFileUri = std::forward<VocabularyFileUriT>(value); }
108 template<
typename VocabularyFileUriT = Aws::String>
127 template<
typename DataAccessRoleArnT = Aws::String>
128 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
129 template<
typename DataAccessRoleArnT = Aws::String>
135 bool m_vocabularyNameHasBeenSet =
false;
138 bool m_languageCodeHasBeenSet =
false;
141 bool m_phrasesHasBeenSet =
false;
144 bool m_vocabularyFileUriHasBeenSet =
false;
147 bool m_dataAccessRoleArnHasBeenSet =
false;
const Aws::String & GetVocabularyName() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
bool LanguageCodeHasBeenSet() const
void SetVocabularyFileUri(VocabularyFileUriT &&value)
virtual const char * GetServiceRequestName() const override
UpdateVocabularyRequest & AddPhrases(PhrasesT &&value)
AWS_TRANSCRIBESERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateVocabularyRequest & WithLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API UpdateVocabularyRequest()=default
bool VocabularyFileUriHasBeenSet() const
const Aws::Vector< Aws::String > & GetPhrases() const
const Aws::String & GetVocabularyFileUri() const
void SetPhrases(PhrasesT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool PhrasesHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::String SerializePayload() const override
UpdateVocabularyRequest & WithVocabularyName(VocabularyNameT &&value)
UpdateVocabularyRequest & WithPhrases(PhrasesT &&value)
void SetVocabularyName(VocabularyNameT &&value)
UpdateVocabularyRequest & WithVocabularyFileUri(VocabularyFileUriT &&value)
const Aws::String & GetDataAccessRoleArn() const
void SetLanguageCode(LanguageCode value)
UpdateVocabularyRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
LanguageCode GetLanguageCode() const
bool VocabularyNameHasBeenSet() 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