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 SessionIdT = Aws::String>
41 m_sessionIdHasBeenSet =
true;
42 m_sessionId = std::forward<SessionIdT>(value);
44 template <
typename SessionIdT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
76 template <
typename CodeBlockT = Aws::String>
78 m_codeBlockHasBeenSet =
true;
79 m_codeBlock = std::forward<CodeBlockT>(value);
81 template <
typename CodeBlockT = Aws::String>
102 template <
typename ClientRequestTokenT = Aws::String>
104 m_clientRequestTokenHasBeenSet =
true;
105 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
107 template <
typename ClientRequestTokenT = Aws::String>
115 bool m_sessionIdHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
121 bool m_codeBlockHasBeenSet =
false;
124 bool m_clientRequestTokenHasBeenSet =
false;
AWS_ATHENA_API StartCalculationExecutionRequest()=default
StartCalculationExecutionRequest & WithDescription(DescriptionT &&value)
bool ClientRequestTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientRequestToken() const
const Aws::String & GetSessionId() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool SessionIdHasBeenSet() const
bool DescriptionHasBeenSet() const
StartCalculationExecutionRequest & WithCodeBlock(CodeBlockT &&value)
void SetCodeBlock(CodeBlockT &&value)
StartCalculationExecutionRequest & WithSessionId(SessionIdT &&value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
AWS_ATHENA_API Aws::String SerializePayload() const override
StartCalculationExecutionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetCodeBlock() const
void SetDescription(DescriptionT &&value)
void SetSessionId(SessionIdT &&value)
bool CodeBlockHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String