7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/TranscribeService_EXPORTS.h>
10#include <aws/transcribe/model/LanguageCode.h>
11#include <aws/transcribe/model/VocabularyState.h>
22namespace TranscribeService {
47 template <
typename VocabularyNameT = Aws::String>
49 m_vocabularyNameHasBeenSet =
true;
50 m_vocabularyName = std::forward<VocabularyNameT>(value);
52 template <
typename VocabularyNameT = Aws::String>
71 m_languageCodeHasBeenSet =
true;
72 m_languageCode = value;
89 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
91 m_lastModifiedTimeHasBeenSet =
true;
92 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
94 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 m_vocabularyStateHasBeenSet =
true;
111 m_vocabularyState = value;
126 bool m_vocabularyNameHasBeenSet =
false;
127 bool m_languageCodeHasBeenSet =
false;
128 bool m_lastModifiedTimeHasBeenSet =
false;
129 bool m_vocabularyStateHasBeenSet =
false;
VocabularyInfo & WithLanguageCode(LanguageCode value)
void SetVocabularyName(VocabularyNameT &&value)
const Aws::String & GetVocabularyName() const
bool VocabularyStateHasBeenSet() const
void SetLanguageCode(LanguageCode value)
LanguageCode GetLanguageCode() const
AWS_TRANSCRIBESERVICE_API VocabularyInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API VocabularyInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastModifiedTime() const
VocabularyInfo & WithVocabularyName(VocabularyNameT &&value)
bool LanguageCodeHasBeenSet() const
bool VocabularyNameHasBeenSet() const
VocabularyState GetVocabularyState() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVocabularyState(VocabularyState value)
AWS_TRANSCRIBESERVICE_API VocabularyInfo()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
VocabularyInfo & WithVocabularyState(VocabularyState value)
VocabularyInfo & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue