7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/Language.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockDataAutomation {
40 template <
typename EntityIdT = Aws::String>
42 m_entityIdHasBeenSet =
true;
43 m_entityId = std::forward<EntityIdT>(value);
45 template <
typename EntityIdT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
73 m_languageHasBeenSet =
true;
89 m_numOfPhrasesHasBeenSet =
true;
90 m_numOfPhrases = value;
102 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
104 m_lastModifiedTimeHasBeenSet =
true;
105 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
107 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
120 int m_numOfPhrases{0};
123 bool m_entityIdHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
125 bool m_languageHasBeenSet =
false;
126 bool m_numOfPhrasesHasBeenSet =
false;
127 bool m_lastModifiedTimeHasBeenSet =
false;
VocabularyEntitySummary & WithLanguage(Language value)
void SetNumOfPhrases(int value)
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntitySummary()=default
int GetNumOfPhrases() const
const Aws::String & GetDescription() const
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool LanguageHasBeenSet() const
void SetEntityId(EntityIdT &&value)
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntitySummary(Aws::Utils::Json::JsonView jsonValue)
VocabularyEntitySummary & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
Language GetLanguage() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetLanguage(Language value)
bool NumOfPhrasesHasBeenSet() const
VocabularyEntitySummary & WithNumOfPhrases(int value)
VocabularyEntitySummary & WithEntityId(EntityIdT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_BEDROCKDATAAUTOMATION_API VocabularyEntitySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
VocabularyEntitySummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool EntityIdHasBeenSet() const
const Aws::String & GetEntityId() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue