7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/KnowledgeBaseState.h>
43 template<
typename AgentIdT = Aws::String>
44 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
45 template<
typename AgentIdT = Aws::String>
56 template<
typename AgentVersionT = Aws::String>
57 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
58 template<
typename AgentVersionT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
82 template<
typename KnowledgeBaseIdT = Aws::String>
83 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
84 template<
typename KnowledgeBaseIdT = Aws::String>
102 bool m_agentIdHasBeenSet =
false;
105 bool m_agentVersionHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_knowledgeBaseIdHasBeenSet =
false;
114 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