7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
40 template <
typename BotIdT = Aws::String>
42 m_botIdHasBeenSet =
true;
43 m_botId = std::forward<BotIdT>(value);
45 template <
typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotVersionT = Aws::String>
60 m_botVersionHasBeenSet =
true;
61 m_botVersion = std::forward<BotVersionT>(value);
63 template <
typename BotVersionT = Aws::String>
73 bool m_botIdHasBeenSet =
false;
74 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