7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/transcribe/TranscribeService_EXPORTS.h>
11#include <aws/transcribe/model/LanguageCode.h>
12#include <aws/transcribe/model/VocabularyState.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace TranscribeService {
39 template <
typename VocabularyNameT = Aws::String>
41 m_vocabularyNameHasBeenSet =
true;
42 m_vocabularyName = std::forward<VocabularyNameT>(value);
44 template <
typename VocabularyNameT = Aws::String>
59 m_languageCodeHasBeenSet =
true;
60 m_languageCode = value;
77 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
79 m_lastModifiedTimeHasBeenSet =
true;
80 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
82 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
97 m_vocabularyStateHasBeenSet =
true;
98 m_vocabularyState = value;
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
133 bool m_vocabularyNameHasBeenSet =
false;
134 bool m_languageCodeHasBeenSet =
false;
135 bool m_lastModifiedTimeHasBeenSet =
false;
136 bool m_vocabularyStateHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetVocabularyState(VocabularyState value)
const Aws::String & GetVocabularyName() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult()=default
UpdateMedicalVocabularyResult & WithLanguageCode(LanguageCode value)
UpdateMedicalVocabularyResult & WithVocabularyState(VocabularyState value)
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMedicalVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
LanguageCode GetLanguageCode() const
const Aws::String & GetRequestId() const
void SetVocabularyName(VocabularyNameT &&value)
void SetLanguageCode(LanguageCode value)
VocabularyState GetVocabularyState() const
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateMedicalVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
UpdateMedicalVocabularyResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue