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
55 inline void SetVocabularyName(
const char* value) { m_vocabularyNameHasBeenSet =
true; m_vocabularyName.assign(value); }
109 bool m_vocabularyNameHasBeenSet =
false;
112 bool m_languageCodeHasBeenSet =
false;
115 bool m_lastModifiedTimeHasBeenSet =
false;
118 bool m_vocabularyStateHasBeenSet =
false;
VocabularyInfo & WithLanguageCode(const LanguageCode &value)
VocabularyInfo & WithVocabularyName(Aws::String &&value)
const Aws::String & GetVocabularyName() const
const VocabularyState & GetVocabularyState() const
bool VocabularyStateHasBeenSet() const
VocabularyInfo & WithVocabularyName(const char *value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
void SetLanguageCode(LanguageCode &&value)
VocabularyInfo & WithLastModifiedTime(Aws::Utils::DateTime &&value)
AWS_TRANSCRIBESERVICE_API VocabularyInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVocabularyName(const Aws::String &value)
VocabularyInfo & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetLanguageCode(const LanguageCode &value)
AWS_TRANSCRIBESERVICE_API VocabularyInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetVocabularyState(VocabularyState &&value)
void SetVocabularyName(const char *value)
VocabularyInfo & WithLanguageCode(LanguageCode &&value)
void SetVocabularyState(const VocabularyState &value)
bool LanguageCodeHasBeenSet() const
bool VocabularyNameHasBeenSet() const
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const LanguageCode & GetLanguageCode() const
AWS_TRANSCRIBESERVICE_API VocabularyInfo()
void SetVocabularyName(Aws::String &&value)
bool LastModifiedTimeHasBeenSet() const
VocabularyInfo & WithVocabularyState(VocabularyState &&value)
VocabularyInfo & WithVocabularyState(const VocabularyState &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
VocabularyInfo & WithVocabularyName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue