7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename SessionIdT = Aws::String>
44 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
45 template<
typename SessionIdT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
68 template<
typename CodeBlockT = Aws::String>
69 void SetCodeBlock(CodeBlockT&& value) { m_codeBlockHasBeenSet =
true; m_codeBlock = std::forward<CodeBlockT>(value); }
70 template<
typename CodeBlockT = Aws::String>
88 template<
typename ClientRequestTokenT = Aws::String>
89 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
90 template<
typename ClientRequestTokenT = Aws::String>
96 bool m_sessionIdHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_codeBlockHasBeenSet =
false;
105 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