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;
22namespace BedrockAgent {
35 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
37 m_agentKnowledgeBaseHasBeenSet =
true;
38 m_agentKnowledgeBase = std::forward<AgentKnowledgeBaseT>(value);
40 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_agentKnowledgeBaseHasBeenSet =
false;
66 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::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