7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentKnowledgeBase.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BedrockAgent {
37 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
39 m_agentKnowledgeBaseHasBeenSet =
true;
40 m_agentKnowledgeBase = std::forward<AgentKnowledgeBaseT>(value);
42 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_agentKnowledgeBaseHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_BEDROCKAGENT_API AssociateAgentKnowledgeBaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateAgentKnowledgeBaseResult & WithAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
const Aws::String & GetRequestId() const
const AgentKnowledgeBase & GetAgentKnowledgeBase() const
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API AssociateAgentKnowledgeBaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AssociateAgentKnowledgeBaseResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API AssociateAgentKnowledgeBaseResult()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue