7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AgentIdT = Aws::String>
43 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
44 template<
typename AgentIdT = Aws::String>
54 template<
typename AgentVersionT = Aws::String>
55 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
56 template<
typename AgentVersionT = Aws::String>
66 template<
typename KnowledgeBaseIdT = Aws::String>
67 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
68 template<
typename KnowledgeBaseIdT = Aws::String>
74 bool m_agentIdHasBeenSet =
false;
77 bool m_agentVersionHasBeenSet =
false;
80 bool m_knowledgeBaseIdHasBeenSet =
false;
DisassociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
DisassociateAgentKnowledgeBaseRequest & WithAgentId(AgentIdT &&value)
void SetAgentId(AgentIdT &&value)
bool AgentIdHasBeenSet() const
const Aws::String & GetAgentId() const
AWS_BEDROCKAGENT_API DisassociateAgentKnowledgeBaseRequest()=default
DisassociateAgentKnowledgeBaseRequest & WithAgentVersion(AgentVersionT &&value)
const Aws::String & GetAgentVersion() const
bool AgentVersionHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool KnowledgeBaseIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetAgentVersion(AgentVersionT &&value)
const Aws::String & GetKnowledgeBaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String