7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BotIdT = Aws::String>
47 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
48 template<
typename BotIdT = Aws::String>
58 template<
typename BotVersionT = Aws::String>
59 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
60 template<
typename BotVersionT = Aws::String>
66 bool m_botIdHasBeenSet =
false;
69 bool m_botVersionHasBeenSet =
false;
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API ParentBotNetwork(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API ParentBotNetwork & operator=(Aws::Utils::Json::JsonView jsonValue)
ParentBotNetwork & WithBotVersion(BotVersionT &&value)
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API ParentBotNetwork()=default
bool BotVersionHasBeenSet() const
const Aws::String & GetBotId() const
ParentBotNetwork & WithBotId(BotIdT &&value)
void SetBotId(BotIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue