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/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace 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));
113 bool m_entityIdHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
115 bool m_languageHasBeenSet =
false;
116 bool m_phrasesHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntityInfo(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
void SetLanguage(Language value)
const Aws::String & GetEntityId() const
void SetPhrases(PhrasesT &&value)
Language GetLanguage() const
VocabularyEntityInfo & WithDescription(DescriptionT &&value)
void SetEntityId(EntityIdT &&value)
const Aws::String & GetDescription() const
VocabularyEntityInfo & WithLanguage(Language value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntityInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntityInfo()=default
VocabularyEntityInfo & AddPhrases(PhrasesT &&value)
bool LanguageHasBeenSet() const
const Aws::Vector< Phrase > & GetPhrases() const
bool EntityIdHasBeenSet() const
VocabularyEntityInfo & WithPhrases(PhrasesT &&value)
bool PhrasesHasBeenSet() const
VocabularyEntityInfo & WithEntityId(EntityIdT &&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