7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
62 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
70 bool m_botIdHasBeenSet =
false;
73 bool m_botVersionHasBeenSet =
false;
void SetBotId(const char *value)
ParentBotNetwork & WithBotId(Aws::String &&value)
bool BotIdHasBeenSet() const
ParentBotNetwork & WithBotVersion(const char *value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API ParentBotNetwork(Aws::Utils::Json::JsonView jsonValue)
void SetBotVersion(const char *value)
const Aws::String & GetBotVersion() const
ParentBotNetwork & WithBotVersion(const Aws::String &value)
ParentBotNetwork & WithBotId(const Aws::String &value)
void SetBotVersion(Aws::String &&value)
AWS_LEXMODELSV2_API ParentBotNetwork & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBotId(const Aws::String &value)
ParentBotNetwork & WithBotId(const char *value)
bool BotVersionHasBeenSet() const
void SetBotVersion(const Aws::String &value)
const Aws::String & GetBotId() const
void SetBotId(Aws::String &&value)
ParentBotNetwork & WithBotVersion(Aws::String &&value)
AWS_LEXMODELSV2_API ParentBotNetwork()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue