7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/KnowledgeBaseStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgent {
42 template <
typename KnowledgeBaseIdT = Aws::String>
44 m_knowledgeBaseIdHasBeenSet =
true;
45 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
47 template <
typename KnowledgeBaseIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_statusHasBeenSet =
true;
112 template <
typename UpdatedAtT = Aws::Utils::DateTime>
114 m_updatedAtHasBeenSet =
true;
115 m_updatedAt = std::forward<UpdatedAtT>(value);
117 template <
typename UpdatedAtT = Aws::Utils::DateTime>
133 bool m_knowledgeBaseIdHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
137 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::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