7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
41 template <
typename BotIdT = Aws::String>
43 m_botIdHasBeenSet =
true;
44 m_botId = std::forward<BotIdT>(value);
46 template <
typename BotIdT = Aws::String>
48 SetBotId(std::forward<BotIdT>(value));
59 template <
typename BotVersionT = Aws::String>
61 m_botVersionHasBeenSet =
true;
62 m_botVersion = std::forward<BotVersionT>(value);
64 template <
typename BotVersionT = Aws::String>
78 template <
typename LocaleIdT = Aws::String>
80 m_localeIdHasBeenSet =
true;
81 m_localeId = std::forward<LocaleIdT>(value);
83 template <
typename LocaleIdT = Aws::String>
95 bool m_botIdHasBeenSet =
false;
96 bool m_botVersionHasBeenSet =
false;
97 bool m_localeIdHasBeenSet =
false;
BotLocaleExportSpecification & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API BotLocaleExportSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleExportSpecification()=default
BotLocaleExportSpecification & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API BotLocaleExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBotId(BotIdT &&value)
BotLocaleExportSpecification & WithBotVersion(BotVersionT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetBotVersion() const
const Aws::String & GetLocaleId() const
bool BotIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue