7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotLocaleStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename BotIdT = Aws::String>
42 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
43 template<
typename BotIdT = Aws::String>
52 template<
typename BotVersionT = Aws::String>
53 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
54 template<
typename BotVersionT = Aws::String>
63 template<
typename LocaleIdT = Aws::String>
64 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
65 template<
typename LocaleIdT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_botIdHasBeenSet =
false;
94 bool m_botVersionHasBeenSet =
false;
97 bool m_localeIdHasBeenSet =
false;
100 bool m_botLocaleStatusHasBeenSet =
false;
103 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