7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename JobNameT = Aws::String>
44 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
45 template<
typename JobNameT = Aws::String>
55 template<
typename RunIdT = Aws::String>
56 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
57 template<
typename RunIdT = Aws::String>
63 bool m_jobNameHasBeenSet =
false;
66 bool m_runIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ResetJobBookmarkRequest & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetRunId(RunIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ResetJobBookmarkRequest & WithRunId(RunIdT &&value)
AWS_GLUE_API ResetJobBookmarkRequest()=default
bool RunIdHasBeenSet() const
const Aws::String & GetRunId() const
const Aws::String & GetJobName() const
bool JobNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String