7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/bedrock-agent/model/KnowledgeBaseState.h>
52 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
66 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
94 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
144 bool m_agentIdHasBeenSet =
false;
147 bool m_agentVersionHasBeenSet =
false;
150 bool m_createdAtHasBeenSet =
false;
153 bool m_descriptionHasBeenSet =
false;
156 bool m_knowledgeBaseIdHasBeenSet =
false;
159 bool m_knowledgeBaseStateHasBeenSet =
false;
162 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
AgentKnowledgeBase & WithCreatedAt(const Aws::Utils::DateTime &value)
AgentKnowledgeBase & WithAgentId(const Aws::String &value)
AWS_BEDROCKAGENT_API AgentKnowledgeBase()
void SetKnowledgeBaseState(const KnowledgeBaseState &value)
AgentKnowledgeBase & WithKnowledgeBaseState(const KnowledgeBaseState &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool KnowledgeBaseIdHasBeenSet() const
void SetAgentVersion(const char *value)
void SetKnowledgeBaseId(const char *value)
void SetAgentVersion(Aws::String &&value)
AgentKnowledgeBase & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetDescription(const char *value)
void SetKnowledgeBaseId(const Aws::String &value)
AgentKnowledgeBase & WithDescription(const char *value)
void SetKnowledgeBaseId(Aws::String &&value)
bool UpdatedAtHasBeenSet() const
AgentKnowledgeBase & WithKnowledgeBaseId(const char *value)
AgentKnowledgeBase & WithAgentId(Aws::String &&value)
bool KnowledgeBaseStateHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
AgentKnowledgeBase & WithAgentVersion(Aws::String &&value)
AgentKnowledgeBase & WithKnowledgeBaseId(Aws::String &&value)
bool DescriptionHasBeenSet() const
AgentKnowledgeBase & WithUpdatedAt(Aws::Utils::DateTime &&value)
AWS_BEDROCKAGENT_API AgentKnowledgeBase(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const KnowledgeBaseState & GetKnowledgeBaseState() const
void SetAgentId(const Aws::String &value)
void SetAgentId(const char *value)
bool AgentIdHasBeenSet() const
void SetAgentVersion(const Aws::String &value)
AgentKnowledgeBase & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AgentKnowledgeBase & WithAgentId(const char *value)
bool CreatedAtHasBeenSet() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetAgentId() const
AgentKnowledgeBase & WithUpdatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetAgentVersion() const
AgentKnowledgeBase & WithKnowledgeBaseState(KnowledgeBaseState &&value)
AgentKnowledgeBase & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
AgentKnowledgeBase & WithKnowledgeBaseId(const Aws::String &value)
void SetAgentId(Aws::String &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
AgentKnowledgeBase & WithAgentVersion(const Aws::String &value)
const Aws::String & GetDescription() const
void SetKnowledgeBaseState(KnowledgeBaseState &&value)
AgentKnowledgeBase & WithAgentVersion(const char *value)
bool AgentVersionHasBeenSet() const
AWS_BEDROCKAGENT_API AgentKnowledgeBase & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue