7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
58 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
72 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
80 bool m_agentIdHasBeenSet =
false;
83 bool m_agentVersionHasBeenSet =
false;
86 bool m_knowledgeBaseIdHasBeenSet =
false;
DisassociateAgentKnowledgeBaseRequest & WithAgentId(Aws::String &&value)
void SetAgentVersion(const Aws::String &value)
bool AgentIdHasBeenSet() const
const Aws::String & GetAgentId() const
void SetKnowledgeBaseId(const Aws::String &value)
DisassociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(Aws::String &&value)
DisassociateAgentKnowledgeBaseRequest & WithAgentVersion(Aws::String &&value)
void SetAgentVersion(const char *value)
DisassociateAgentKnowledgeBaseRequest & WithAgentId(const Aws::String &value)
void SetKnowledgeBaseId(const char *value)
DisassociateAgentKnowledgeBaseRequest & WithAgentId(const char *value)
const Aws::String & GetAgentVersion() const
AWS_BEDROCKAGENT_API DisassociateAgentKnowledgeBaseRequest()
DisassociateAgentKnowledgeBaseRequest & WithAgentVersion(const Aws::String &value)
void SetKnowledgeBaseId(Aws::String &&value)
DisassociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(const char *value)
bool AgentVersionHasBeenSet() const
DisassociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(const Aws::String &value)
void SetAgentId(const Aws::String &value)
void SetAgentId(Aws::String &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DisassociateAgentKnowledgeBaseRequest & WithAgentVersion(const char *value)
bool KnowledgeBaseIdHasBeenSet() const
void SetAgentId(const char *value)
void SetAgentVersion(Aws::String &&value)
const Aws::String & GetKnowledgeBaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String