7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename WorkGroupT = Aws::String>
42 m_workGroupHasBeenSet =
true;
43 m_workGroup = std::forward<WorkGroupT>(value);
45 template <
typename WorkGroupT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
82 template <
typename ClientRequestTokenT = Aws::String>
84 m_clientRequestTokenHasBeenSet =
true;
85 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
87 template <
typename ClientRequestTokenT = Aws::String>
99 bool m_workGroupHasBeenSet =
false;
100 bool m_nameHasBeenSet =
false;
101 bool m_clientRequestTokenHasBeenSet =
false;
bool WorkGroupHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
CreateNotebookRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_ATHENA_API Aws::String SerializePayload() const override
void SetWorkGroup(WorkGroupT &&value)
const Aws::String & GetClientRequestToken() const
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ATHENA_API CreateNotebookRequest()=default
const Aws::String & GetName() const
bool NameHasBeenSet() const
CreateNotebookRequest & WithWorkGroup(WorkGroupT &&value)
CreateNotebookRequest & WithName(NameT &&value)
void SetName(NameT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetWorkGroup() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String