7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lex-models/model/ConversationLogsResponse.h>
23namespace LexModelBuildingService
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
78 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
92 inline void SetBotName(
const char* value) { m_botNameHasBeenSet =
true; m_botName.assign(value); }
131 inline void SetChecksum(
const char* value) { m_checksumHasBeenSet =
true; m_checksum.assign(value); }
152 bool m_nameHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
158 bool m_botVersionHasBeenSet =
false;
161 bool m_botNameHasBeenSet =
false;
164 bool m_lastUpdatedDateHasBeenSet =
false;
167 bool m_createdDateHasBeenSet =
false;
170 bool m_checksumHasBeenSet =
false;
173 bool m_conversationLogsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue