7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/LanguageCode.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/transcribe/model/VocabularyState.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace TranscribeService
43 template<
typename VocabularyNameT = Aws::String>
44 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
45 template<
typename VocabularyNameT = Aws::String>
66 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
67 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
68 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
86 template<
typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
88 template<
typename RequestIdT = Aws::String>
94 bool m_vocabularyNameHasBeenSet =
false;
97 bool m_languageCodeHasBeenSet =
false;
100 bool m_lastModifiedTimeHasBeenSet =
false;
103 bool m_vocabularyStateHasBeenSet =
false;
106 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)
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