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>
50 template<
typename AgentIdT = Aws::String>
51 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
52 template<
typename AgentIdT = Aws::String>
62 template<
typename AgentVersionT = Aws::String>
63 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
64 template<
typename AgentVersionT = Aws::String>
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
76 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
77 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
101 template<
typename KnowledgeBaseIdT = Aws::String>
102 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
103 template<
typename KnowledgeBaseIdT = Aws::String>
126 template<
typename UpdatedAtT = Aws::Utils::DateTime>
127 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
128 template<
typename UpdatedAtT = Aws::Utils::DateTime>
134 bool m_agentIdHasBeenSet =
false;
137 bool m_agentVersionHasBeenSet =
false;
140 bool m_createdAtHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_knowledgeBaseIdHasBeenSet =
false;
149 bool m_knowledgeBaseStateHasBeenSet =
false;
152 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
bool KnowledgeBaseIdHasBeenSet() const
KnowledgeBaseState GetKnowledgeBaseState() const
AgentKnowledgeBase & WithAgentId(AgentIdT &&value)
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool KnowledgeBaseStateHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
AgentKnowledgeBase & WithCreatedAt(CreatedAtT &&value)
bool DescriptionHasBeenSet() const
AWS_BEDROCKAGENT_API AgentKnowledgeBase(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetKnowledgeBaseState(KnowledgeBaseState value)
void SetUpdatedAt(UpdatedAtT &&value)
AgentKnowledgeBase & WithUpdatedAt(UpdatedAtT &&value)
bool AgentIdHasBeenSet() const
AgentKnowledgeBase & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AgentKnowledgeBase & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
bool CreatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetAgentId() const
AgentKnowledgeBase & WithKnowledgeBaseState(KnowledgeBaseState value)
AWS_BEDROCKAGENT_API AgentKnowledgeBase()=default
const Aws::String & GetAgentVersion() const
AgentKnowledgeBase & WithAgentVersion(AgentVersionT &&value)
void SetAgentId(AgentIdT &&value)
void SetAgentVersion(AgentVersionT &&value)
const Aws::String & GetDescription() const
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