7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/athena/model/NotebookType.h>
51 inline void SetNotebookId(
const char* value) { m_notebookIdHasBeenSet =
true; m_notebookId.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetWorkGroup(
const char* value) { m_workGroupHasBeenSet =
true; m_workGroup.assign(value); }
124 bool m_notebookIdHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_workGroupHasBeenSet =
false;
133 bool m_creationTimeHasBeenSet =
false;
136 bool m_typeHasBeenSet =
false;
139 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue