7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/KnowledgeBase.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
52 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
UpdateKnowledgeBaseResult & WithRequestId(const char *value)
void SetKnowledgeBase(const KnowledgeBase &value)
UpdateKnowledgeBaseResult & WithKnowledgeBase(const KnowledgeBase &value)
AWS_BEDROCKAGENT_API UpdateKnowledgeBaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
AWS_BEDROCKAGENT_API UpdateKnowledgeBaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
UpdateKnowledgeBaseResult & WithKnowledgeBase(KnowledgeBase &&value)
void SetKnowledgeBase(KnowledgeBase &&value)
void SetRequestId(Aws::String &&value)
const KnowledgeBase & GetKnowledgeBase() const
AWS_BEDROCKAGENT_API UpdateKnowledgeBaseResult()
UpdateKnowledgeBaseResult & WithRequestId(const Aws::String &value)
UpdateKnowledgeBaseResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue