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>
24namespace TranscribeService
53 template<
typename VocabularyNameT = Aws::String>
54 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
55 template<
typename VocabularyNameT = Aws::String>
83 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
84 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
85 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
103 bool m_vocabularyNameHasBeenSet =
false;
106 bool m_languageCodeHasBeenSet =
false;
109 bool m_lastModifiedTimeHasBeenSet =
false;
112 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