7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentKnowledgeBase.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
42 void SetAgentKnowledgeBase(AgentKnowledgeBaseT&& value) { m_agentKnowledgeBaseHasBeenSet =
true; m_agentKnowledgeBase = std::forward<AgentKnowledgeBaseT>(value); }
43 template<
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_agentKnowledgeBaseHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
AWS_BEDROCKAGENT_API GetAgentKnowledgeBaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAgentKnowledgeBaseResult & WithAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
const Aws::String & GetRequestId() const
GetAgentKnowledgeBaseResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_BEDROCKAGENT_API GetAgentKnowledgeBaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AgentKnowledgeBase & GetAgentKnowledgeBase() const
AWS_BEDROCKAGENT_API GetAgentKnowledgeBaseResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue