7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename NotebookIdT = Aws::String>
41 m_notebookIdHasBeenSet =
true;
42 m_notebookId = std::forward<NotebookIdT>(value);
44 template <
typename NotebookIdT = Aws::String>
62 template <
typename ClientRequestTokenT = Aws::String>
64 m_clientRequestTokenHasBeenSet =
true;
65 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
67 template <
typename ClientRequestTokenT = Aws::String>
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
97 bool m_notebookIdHasBeenSet =
false;
98 bool m_clientRequestTokenHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String