7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/KnowledgeBaseState.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
61 template<
typename KnowledgeBaseIdT = Aws::String>
62 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
63 template<
typename KnowledgeBaseIdT = Aws::String>
86 template<
typename UpdatedAtT = Aws::Utils::DateTime>
87 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
88 template<
typename UpdatedAtT = Aws::Utils::DateTime>
94 bool m_descriptionHasBeenSet =
false;
97 bool m_knowledgeBaseIdHasBeenSet =
false;
100 bool m_knowledgeBaseStateHasBeenSet =
false;
103 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue