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>
45 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
60 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
88 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
110 bool m_agentIdHasBeenSet =
false;
113 bool m_agentVersionHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_knowledgeBaseIdHasBeenSet =
false;
122 bool m_knowledgeBaseStateHasBeenSet =
false;
void SetAgentVersion(const char *value)
AssociateAgentKnowledgeBaseRequest & WithAgentId(const Aws::String &value)
bool AgentVersionHasBeenSet() const
const Aws::String & GetAgentId() const
AssociateAgentKnowledgeBaseRequest & WithDescription(const char *value)
bool KnowledgeBaseIdHasBeenSet() const
void SetKnowledgeBaseState(KnowledgeBaseState &&value)
const Aws::String & GetKnowledgeBaseId() const
void SetKnowledgeBaseId(const char *value)
const Aws::String & GetAgentVersion() const
void SetAgentVersion(const Aws::String &value)
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(const Aws::String &value)
AssociateAgentKnowledgeBaseRequest & WithAgentId(const char *value)
bool KnowledgeBaseStateHasBeenSet() const
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(const char *value)
bool AgentIdHasBeenSet() const
void SetDescription(const Aws::String &value)
AWS_BEDROCKAGENT_API AssociateAgentKnowledgeBaseRequest()
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseState(const KnowledgeBaseState &value)
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(Aws::String &&value)
void SetAgentVersion(Aws::String &&value)
const KnowledgeBaseState & GetKnowledgeBaseState() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
AssociateAgentKnowledgeBaseRequest & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseState(KnowledgeBaseState &&value)
void SetAgentId(Aws::String &&value)
AssociateAgentKnowledgeBaseRequest & WithAgentVersion(const char *value)
AssociateAgentKnowledgeBaseRequest & WithAgentVersion(Aws::String &&value)
void SetKnowledgeBaseId(const Aws::String &value)
void SetKnowledgeBaseState(const KnowledgeBaseState &value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDescription(Aws::String &&value)
void SetKnowledgeBaseId(Aws::String &&value)
AssociateAgentKnowledgeBaseRequest & WithAgentVersion(const Aws::String &value)
void SetAgentId(const char *value)
AssociateAgentKnowledgeBaseRequest & WithAgentId(Aws::String &&value)
AssociateAgentKnowledgeBaseRequest & WithDescription(const Aws::String &value)
void SetAgentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String