7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/KnowledgeBaseState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace BedrockAgent {
39 template <
typename AgentIdT = Aws::String>
41 m_agentIdHasBeenSet =
true;
42 m_agentId = std::forward<AgentIdT>(value);
44 template <
typename AgentIdT = Aws::String>
58 template <
typename AgentVersionT = Aws::String>
60 m_agentVersionHasBeenSet =
true;
61 m_agentVersion = std::forward<AgentVersionT>(value);
63 template <
typename AgentVersionT = Aws::String>
77 template <
typename KnowledgeBaseIdT = Aws::String>
79 m_knowledgeBaseIdHasBeenSet =
true;
80 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
82 template <
typename KnowledgeBaseIdT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
117 m_knowledgeBaseStateHasBeenSet =
true;
118 m_knowledgeBaseState = value;
135 bool m_agentIdHasBeenSet =
false;
136 bool m_agentVersionHasBeenSet =
false;
137 bool m_knowledgeBaseIdHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_knowledgeBaseStateHasBeenSet =
false;
UpdateAgentKnowledgeBaseRequest & WithAgentVersion(AgentVersionT &&value)
bool KnowledgeBaseIdHasBeenSet() const
void SetAgentId(AgentIdT &&value)
KnowledgeBaseState GetKnowledgeBaseState() const
bool AgentVersionHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool AgentIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
UpdateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
UpdateAgentKnowledgeBaseRequest & WithKnowledgeBaseState(KnowledgeBaseState value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
UpdateAgentKnowledgeBaseRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetAgentVersion() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
UpdateAgentKnowledgeBaseRequest & WithAgentId(AgentIdT &&value)
AWS_BEDROCKAGENT_API UpdateAgentKnowledgeBaseRequest()=default
void SetAgentVersion(AgentVersionT &&value)
const Aws::String & GetKnowledgeBaseId() const
const Aws::String & GetAgentId() const
void SetKnowledgeBaseState(KnowledgeBaseState value)
bool KnowledgeBaseStateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String