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;
42 template<
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
43 void SetAgentKnowledgeBase(AgentKnowledgeBaseT&& value) { m_agentKnowledgeBaseHasBeenSet =
true; m_agentKnowledgeBase = std::forward<AgentKnowledgeBaseT>(value); }
44 template<
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_agentKnowledgeBaseHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const AgentKnowledgeBase & GetAgentKnowledgeBase() 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue