7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/KnowledgeBaseStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BedrockAgent {
35 template <
typename KnowledgeBaseIdT = Aws::String>
37 m_knowledgeBaseIdHasBeenSet =
true;
38 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
40 template <
typename KnowledgeBaseIdT = Aws::String>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
79 bool m_knowledgeBaseIdHasBeenSet =
false;
82 bool m_statusHasBeenSet =
false;
85 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_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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue