7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/KnowledgeBaseState.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgent {
43 template <
typename KnowledgeBaseIdT = Aws::String>
45 m_knowledgeBaseIdHasBeenSet =
true;
46 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
48 template <
typename KnowledgeBaseIdT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
82 m_knowledgeBaseStateHasBeenSet =
true;
83 m_knowledgeBaseState = value;
98 template <
typename UpdatedAtT = Aws::Utils::DateTime>
100 m_updatedAtHasBeenSet =
true;
101 m_updatedAt = std::forward<UpdatedAtT>(value);
103 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 bool m_knowledgeBaseIdHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
119 bool m_knowledgeBaseStateHasBeenSet =
false;
120 bool m_updatedAtHasBeenSet =
false;
AgentKnowledgeBaseSummary & WithUpdatedAt(UpdatedAtT &&value)
AgentKnowledgeBaseSummary & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool UpdatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AgentKnowledgeBaseSummary & WithKnowledgeBaseState(KnowledgeBaseState value)
const Aws::String & GetKnowledgeBaseId() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool KnowledgeBaseIdHasBeenSet() const
KnowledgeBaseState GetKnowledgeBaseState() const
AgentKnowledgeBaseSummary & WithDescription(DescriptionT &&value)
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary()=default
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KnowledgeBaseStateHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary(Aws::Utils::Json::JsonView jsonValue)
void SetKnowledgeBaseState(KnowledgeBaseState value)
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