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;
const AgentKnowledgeBase & GetAgentKnowledgeBase() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateAgentKnowledgeBaseResult & WithAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
AWS_BEDROCKAGENT_API UpdateAgentKnowledgeBaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_BEDROCKAGENT_API UpdateAgentKnowledgeBaseResult()=default
void SetRequestId(RequestIdT &&value)
void SetAgentKnowledgeBase(AgentKnowledgeBaseT &&value)
AWS_BEDROCKAGENT_API UpdateAgentKnowledgeBaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAgentKnowledgeBaseResult & WithRequestId(RequestIdT &&value)
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