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 {
44 template <
typename AgentIdT = Aws::String>
46 m_agentIdHasBeenSet =
true;
47 m_agentId = std::forward<AgentIdT>(value);
49 template <
typename AgentIdT = Aws::String>
62 template <
typename AgentVersionT = Aws::String>
64 m_agentVersionHasBeenSet =
true;
65 m_agentVersion = std::forward<AgentVersionT>(value);
67 template <
typename AgentVersionT = Aws::String>
81 template <
typename KnowledgeBaseIdT = Aws::String>
83 m_knowledgeBaseIdHasBeenSet =
true;
84 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
86 template <
typename KnowledgeBaseIdT = Aws::String>
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
121 m_createdAtHasBeenSet =
true;
122 m_createdAt = std::forward<CreatedAtT>(value);
124 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 template <
typename UpdatedAtT = Aws::Utils::DateTime>
140 m_updatedAtHasBeenSet =
true;
141 m_updatedAt = std::forward<UpdatedAtT>(value);
143 template <
typename UpdatedAtT = Aws::Utils::DateTime>
159 m_knowledgeBaseStateHasBeenSet =
true;
160 m_knowledgeBaseState = value;
181 bool m_agentIdHasBeenSet =
false;
182 bool m_agentVersionHasBeenSet =
false;
183 bool m_knowledgeBaseIdHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_createdAtHasBeenSet =
false;
186 bool m_updatedAtHasBeenSet =
false;
187 bool m_knowledgeBaseStateHasBeenSet =
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::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