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>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename KnowledgeBaseIdT = Aws::String>
81 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
82 template<
typename KnowledgeBaseIdT = Aws::String>
100 bool m_agentIdHasBeenSet =
false;
103 bool m_agentVersionHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_knowledgeBaseIdHasBeenSet =
false;
112 bool m_knowledgeBaseStateHasBeenSet =
false;
void SetAgentVersion(AgentVersionT &&value)
bool AgentVersionHasBeenSet() const
AssociateAgentKnowledgeBaseRequest & WithAgentId(AgentIdT &&value)
const Aws::String & GetAgentId() const
bool KnowledgeBaseIdHasBeenSet() const
const Aws::String & GetKnowledgeBaseId() const
AssociateAgentKnowledgeBaseRequest & WithAgentVersion(AgentVersionT &&value)
const Aws::String & GetAgentVersion() const
bool KnowledgeBaseStateHasBeenSet() const
AWS_BEDROCKAGENT_API AssociateAgentKnowledgeBaseRequest()=default
bool AgentIdHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetKnowledgeBaseState(KnowledgeBaseState value)
void SetDescription(DescriptionT &&value)
KnowledgeBaseState GetKnowledgeBaseState() const
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
void SetAgentId(AgentIdT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
const Aws::String & GetDescription() const
AssociateAgentKnowledgeBaseRequest & WithKnowledgeBaseState(KnowledgeBaseState value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
AssociateAgentKnowledgeBaseRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String