7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/KnowledgeBaseStatus.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 {
36 template <
typename KnowledgeBaseIdT = Aws::String>
38 m_knowledgeBaseIdHasBeenSet =
true;
39 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
41 template <
typename KnowledgeBaseIdT = Aws::String>
55 m_statusHasBeenSet =
true;
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_knowledgeBaseIdHasBeenSet =
false;
88 bool m_statusHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
DeleteKnowledgeBaseResult & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
AWS_BEDROCKAGENT_API DeleteKnowledgeBaseResult()=default
KnowledgeBaseStatus GetStatus() const
const Aws::String & GetRequestId() const
void SetStatus(KnowledgeBaseStatus value)
DeleteKnowledgeBaseResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
DeleteKnowledgeBaseResult & WithStatus(KnowledgeBaseStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_BEDROCKAGENT_API DeleteKnowledgeBaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API DeleteKnowledgeBaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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