7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LexModelsV2 {
36 template <
typename BotIdT = Aws::String>
38 m_botIdHasBeenSet =
true;
39 m_botId = std::forward<BotIdT>(value);
41 template <
typename BotIdT = Aws::String>
43 SetBotId(std::forward<BotIdT>(value));
53 template <
typename BotVersionT = Aws::String>
55 m_botVersionHasBeenSet =
true;
56 m_botVersion = std::forward<BotVersionT>(value);
58 template <
typename BotVersionT = Aws::String>
71 m_botStatusHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_botIdHasBeenSet =
false;
106 bool m_botVersionHasBeenSet =
false;
107 bool m_botStatusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetBotId() const
void SetBotVersion(BotVersionT &&value)
BotStatus GetBotStatus() const
void SetBotStatus(BotStatus value)
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API DeleteBotVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotVersionResult & WithBotStatus(BotStatus value)
AWS_LEXMODELSV2_API DeleteBotVersionResult()=default
DeleteBotVersionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteBotVersionResult & WithBotVersion(BotVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetBotId(BotIdT &&value)
DeleteBotVersionResult & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API DeleteBotVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue