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 {
36 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
38 m_agentKnowledgeBaseHasBeenSet =
true;
39 m_agentKnowledgeBase = std::forward<AgentKnowledgeBaseT>(value);
41 template <
typename AgentKnowledgeBaseT = AgentKnowledgeBase>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_agentKnowledgeBaseHasBeenSet =
false;
67 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)
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