7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/BotLocaleStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LexModelsV2 {
35 template <
typename BotIdT = Aws::String>
37 m_botIdHasBeenSet =
true;
38 m_botId = std::forward<BotIdT>(value);
40 template <
typename BotIdT = Aws::String>
42 SetBotId(std::forward<BotIdT>(value));
52 template <
typename BotVersionT = Aws::String>
54 m_botVersionHasBeenSet =
true;
55 m_botVersion = std::forward<BotVersionT>(value);
57 template <
typename BotVersionT = Aws::String>
69 template <
typename LocaleIdT = Aws::String>
71 m_localeIdHasBeenSet =
true;
72 m_localeId = std::forward<LocaleIdT>(value);
74 template <
typename LocaleIdT = Aws::String>
89 m_botLocaleStatusHasBeenSet =
true;
90 m_botLocaleStatus = value;
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
122 bool m_botIdHasBeenSet =
false;
123 bool m_botVersionHasBeenSet =
false;
124 bool m_localeIdHasBeenSet =
false;
125 bool m_botLocaleStatusHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
AWS_LEXMODELSV2_API DeleteBotLocaleResult()=default
BotLocaleStatus GetBotLocaleStatus() const
DeleteBotLocaleResult & WithBotId(BotIdT &&value)
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