7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/Language.h>
9#include <aws/bedrock-data-automation/model/Phrase.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace BedrockDataAutomation {
42 template <
typename EntityIdT = Aws::String>
44 m_entityIdHasBeenSet =
true;
45 m_entityId = std::forward<EntityIdT>(value);
47 template <
typename EntityIdT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
75 m_languageHasBeenSet =
true;
88 template <
typename PhrasesT = Aws::Vector<Phrase>>
90 m_phrasesHasBeenSet =
true;
91 m_phrases = std::forward<PhrasesT>(value);
93 template <
typename PhrasesT = Aws::Vector<Phrase>>
98 template <
typename PhrasesT = Phrase>
100 m_phrasesHasBeenSet =
true;
101 m_phrases.emplace_back(std::forward<PhrasesT>(value));
110 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
112 m_lastModifiedTimeHasBeenSet =
true;
113 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
115 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 bool m_entityIdHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
133 bool m_languageHasBeenSet =
false;
134 bool m_phrasesHasBeenSet =
false;
135 bool m_lastModifiedTimeHasBeenSet =
false;
VocabularyEntity & WithDescription(DescriptionT &&value)
bool LanguageHasBeenSet() const
VocabularyEntity & WithLastModifiedTime(LastModifiedTimeT &&value)
bool PhrasesHasBeenSet() const
void SetEntityId(EntityIdT &&value)
const Aws::String & GetEntityId() const
VocabularyEntity & WithEntityId(EntityIdT &&value)
bool LastModifiedTimeHasBeenSet() const
bool EntityIdHasBeenSet() const
void SetLanguage(Language value)
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntity()=default
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetPhrases(PhrasesT &&value)
void SetDescription(DescriptionT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
VocabularyEntity & AddPhrases(PhrasesT &&value)
VocabularyEntity & WithPhrases(PhrasesT &&value)
const Aws::Vector< Phrase > & GetPhrases() const
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
VocabularyEntity & WithLanguage(Language value)
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntity(Aws::Utils::Json::JsonView jsonValue)
Language GetLanguage() const
const Aws::String & GetDescription() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue