7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/KnowledgeBaseStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename KnowledgeBaseIdT = Aws::String>
61 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
62 template<
typename KnowledgeBaseIdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
94 template<
typename UpdatedAtT = Aws::Utils::DateTime>
95 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
96 template<
typename UpdatedAtT = Aws::Utils::DateTime>
102 bool m_descriptionHasBeenSet =
false;
105 bool m_knowledgeBaseIdHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_statusHasBeenSet =
false;
114 bool m_updatedAtHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_BEDROCKAGENT_API KnowledgeBaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseStatus GetStatus() const
void SetDescription(DescriptionT &&value)
KnowledgeBaseSummary & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool KnowledgeBaseIdHasBeenSet() const
void SetName(NameT &&value)
KnowledgeBaseSummary & WithDescription(DescriptionT &&value)
KnowledgeBaseSummary & WithStatus(KnowledgeBaseStatus value)
const Aws::Utils::DateTime & GetUpdatedAt() const
KnowledgeBaseSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_BEDROCKAGENT_API KnowledgeBaseSummary()=default
bool StatusHasBeenSet() const
KnowledgeBaseSummary & WithName(NameT &&value)
AWS_BEDROCKAGENT_API KnowledgeBaseSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetKnowledgeBaseId() const
const Aws::String & GetName() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(KnowledgeBaseStatus value)
bool DescriptionHasBeenSet() const
bool UpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue