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/BotLocaleStatus.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>
70 template <
typename LocaleIdT = Aws::String>
72 m_localeIdHasBeenSet =
true;
73 m_localeId = std::forward<LocaleIdT>(value);
75 template <
typename LocaleIdT = Aws::String>
90 m_botLocaleStatusHasBeenSet =
true;
91 m_botLocaleStatus = value;
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_botIdHasBeenSet =
false;
127 bool m_botVersionHasBeenSet =
false;
128 bool m_localeIdHasBeenSet =
false;
129 bool m_botLocaleStatusHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
AWS_LEXMODELSV2_API DeleteBotLocaleResult()=default
BotLocaleStatus GetBotLocaleStatus() const
DeleteBotLocaleResult & WithBotId(BotIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetBotId() const
DeleteBotLocaleResult & WithBotVersion(BotVersionT &&value)
void SetBotLocaleStatus(BotLocaleStatus value)
void SetBotVersion(BotVersionT &&value)
DeleteBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus value)
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API DeleteBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API DeleteBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
const Aws::String & GetBotVersion() const
DeleteBotLocaleResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteBotLocaleResult & WithLocaleId(LocaleIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue