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 {
38 template <
typename VocabularyNameT = Aws::String>
40 m_vocabularyNameHasBeenSet =
true;
41 m_vocabularyName = std::forward<VocabularyNameT>(value);
43 template <
typename VocabularyNameT = Aws::String>
56 m_languageCodeHasBeenSet =
true;
57 m_languageCode = value;
73 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
75 m_lastModifiedTimeHasBeenSet =
true;
76 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
78 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
93 m_vocabularyStateHasBeenSet =
true;
94 m_vocabularyState = value;
105 template <
typename RequestIdT = Aws::String>
107 m_requestIdHasBeenSet =
true;
108 m_requestId = std::forward<RequestIdT>(value);
110 template <
typename RequestIdT = Aws::String>
129 bool m_vocabularyNameHasBeenSet =
false;
130 bool m_languageCodeHasBeenSet =
false;
131 bool m_lastModifiedTimeHasBeenSet =
false;
132 bool m_vocabularyStateHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
UpdateVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
UpdateVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetVocabularyState(VocabularyState value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetRequestId() const
UpdateVocabularyResult & WithVocabularyState(VocabularyState value)
void SetRequestId(RequestIdT &&value)
AWS_TRANSCRIBESERVICE_API UpdateVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVocabularyName(VocabularyNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
LanguageCode GetLanguageCode() const
void SetLanguageCode(LanguageCode value)
const Aws::String & GetVocabularyName() const
VocabularyState GetVocabularyState() const
AWS_TRANSCRIBESERVICE_API UpdateVocabularyResult()=default
UpdateVocabularyResult & WithLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API UpdateVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateVocabularyResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue