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>
51 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
65 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
100 bool m_descriptionHasBeenSet =
false;
103 bool m_knowledgeBaseIdHasBeenSet =
false;
106 bool m_knowledgeBaseStateHasBeenSet =
false;
109 bool m_updatedAtHasBeenSet =
false;
AgentKnowledgeBaseSummary & WithDescription(Aws::String &&value)
void SetKnowledgeBaseId(const char *value)
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary()
void SetDescription(Aws::String &&value)
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
AgentKnowledgeBaseSummary & WithKnowledgeBaseId(Aws::String &&value)
AgentKnowledgeBaseSummary & WithKnowledgeBaseState(const KnowledgeBaseState &value)
void SetKnowledgeBaseState(KnowledgeBaseState &&value)
const Aws::String & GetKnowledgeBaseId() const
AgentKnowledgeBaseSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
AgentKnowledgeBaseSummary & WithDescription(const char *value)
void SetKnowledgeBaseId(const Aws::String &value)
AgentKnowledgeBaseSummary & WithKnowledgeBaseId(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool KnowledgeBaseIdHasBeenSet() const
void SetKnowledgeBaseId(Aws::String &&value)
void SetDescription(const Aws::String &value)
AgentKnowledgeBaseSummary & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentKnowledgeBaseSummary & WithKnowledgeBaseId(const char *value)
bool KnowledgeBaseStateHasBeenSet() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API AgentKnowledgeBaseSummary(Aws::Utils::Json::JsonView jsonValue)
AgentKnowledgeBaseSummary & WithKnowledgeBaseState(KnowledgeBaseState &&value)
AgentKnowledgeBaseSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetKnowledgeBaseState(const KnowledgeBaseState &value)
const KnowledgeBaseState & GetKnowledgeBaseState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue