7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SourceBotVersionT = Aws::String>
47 void SetSourceBotVersion(SourceBotVersionT&& value) { m_sourceBotVersionHasBeenSet =
true; m_sourceBotVersion = std::forward<SourceBotVersionT>(value); }
48 template<
typename SourceBotVersionT = Aws::String>
54 bool m_sourceBotVersionHasBeenSet =
false;
BotVersionLocaleDetails & WithSourceBotVersion(SourceBotVersionT &&value)
bool SourceBotVersionHasBeenSet() const
void SetSourceBotVersion(SourceBotVersionT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourceBotVersion() const
AWS_LEXMODELSV2_API BotVersionLocaleDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotVersionLocaleDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotVersionLocaleDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue